Releases: stipsan/ioredis-mock
Releases · stipsan/ioredis-mock
v8.1.1
8.1.1 (2022-05-04)
Bug Fixes
v8.1.0
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
8.0.0 (2022-05-04)
Features
BREAKING CHANGES
- this drops support for ioredis v4 and Redis.Promise overrides
v7.4.0
7.4.0 (2022-05-03)
Features
- Redis Cluster pass redisOptions in constuctor (#1170) (80d9238)
v7.3.0
7.3.0 (2022-05-03)
Features
v7.2.0
7.2.0 (2022-03-22)
Features
v7.1.0
7.1.0 (2022-02-27)
Features
v7.0.1
7.0.1 (2022-02-24)
Bug Fixes
- Return table for HGETALL from custom Lua scripts (#1151) (7737f1b)
v7.0.0
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')