Skip to content

Releases: stipsan/ioredis-mock

v8.1.1

04 May 23:10
Compare
Choose a tag to compare

8.1.1 (2022-05-04)

Bug Fixes

  • del: throws if wrong number of args (ac35d50), closes #1168

v8.1.0

04 May 23:01
Compare
Choose a tag to compare

8.1.0 (2022-05-04)

Bug Fixes

  • lrem: refactor indexFun to a compiler friendlier variant (9b3b6f7), closes #1103
  • sort json data by default (85c641a)

Features

v8.0.0

04 May 20:16
4da4f65
Compare
Choose a tag to compare

8.0.0 (2022-05-04)

Features

BREAKING CHANGES

  • this drops support for ioredis v4 and Redis.Promise overrides

v7.4.0

03 May 20:36
80d9238
Compare
Choose a tag to compare

7.4.0 (2022-05-03)

Features

  • Redis Cluster pass redisOptions in constuctor (#1170) (80d9238)

v7.3.0

03 May 19:26
156105f
Compare
Choose a tag to compare

7.3.0 (2022-05-03)

Features

v7.2.0

22 Mar 18:30
bcf5698
Compare
Choose a tag to compare

7.2.0 (2022-03-22)

Features

v7.1.0

27 Feb 22:40
e1a9110
Compare
Choose a tag to compare

7.1.0 (2022-02-27)

Features

v7.0.1

24 Feb 00:25
7737f1b
Compare
Choose a tag to compare

7.0.1 (2022-02-24)

Bug Fixes

  • Return table for HGETALL from custom Lua scripts (#1151) (7737f1b)

v7.0.0

31 Jan 10:38
Compare
Choose a tag to compare

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')

v6.13.0

31 Jan 09:55
Compare
Choose a tag to compare

6.13.0 (2022-01-31)

Features