Skip to content

v7.0.0

Choose a tag to compare

@stipsan stipsan released this 31 Jan 10:38
· 354 commits to main since this release

7.0.0 (2022-01-31)

Bug Fixes

  • drop support for node v10 (afc20a9)
  • remove createConnectedClient (d747b84)

Code Refactoring

BREAKING CHANGES

  • use redis.duplicate() or another new Redis instead of redis.createConnectedClient()
  • Upgrade to node v12 or later
  • update require('ioredis-mock/jest') calls to require('ioredis-mock')