Releases: stipsan/ioredis-mock
v8.13.1
v8.13.0
Minor Changes
- #1454
10dd91bThanks @copilot-swe-agent! - Implement LMPOP
Patch Changes
- #1448
1df7dbbThanks @copilot-swe-agent! - Fix keyData missing database number
v8.12.1
Patch Changes
- #1446
627c358Thanks @github-actions! - Update compat.md
v8.12.0
Minor Changes
-
#1440
b469d87Thanks @copilot-swe-agent! - Update Redis Docker tag to v8.2.1 and internal Redis version data- Updated CI workflows to use Redis 8.2.1 for end-to-end testing
- Updated internal Redis version data files from Redis 8.2.1
- Fixed XREAD command error message to match Redis v8 behavior (added '+' option)
- Updated test snapshots to reflect Redis 8.2.1 version information
This is a minor version bump as the core functionality remains compatible, with only cosmetic changes to version strings and one minor error message update.
Patch Changes
- #1416
0c8df1eThanks @copilot-swe-agent! - Fix .ping() always returning 'PONG', even when disconnected
v8.11.2
Patch Changes
- #1415
3eef1ecThanks @copilot-swe-agent! - Fix expired keys returned by KEYS and other enumeration commands
v8.11.1
Patch Changes
- #1419
d25a81aThanks @copilot-swe-agent! - ioredis-mockrpopdoesn't react the same as ioredisrpop
v8.11.0
Minor Changes
- #1385
0c8383dThanks @copilot-swe-agent! - Implement missing Redis command: BITCOUNT
Patch Changes
-
#1418
c115ad1Thanks @copilot-swe-agent! - ioredis zrangebyscore does not include the last element -
#1420
700dde5Thanks @copilot-swe-agent! - MGET and MSET behaviour differs from ioredis -
#1417
5fac5b6Thanks @copilot-swe-agent! -setcommand doesn't support PXAT option
v8.10.0
Minor Changes
-
#1339
a541856Thanks @akadrac! - support for SET with NX and GET as per redis v7 -
#1352
0ce5388Thanks @smcgivern! - Add PUBSUB NUMSUB support -
#1347
b37ceeaThanks @MiniGod! - addwatchandunwatchcommands
Patch Changes
-
#1391
8fb6f25Thanks @renovate! - fix(deps): Update dependency @ioredis/commands to ^1.4.0 -
#1353
c5fb8d4Thanks @stepanho! - Emits events on disconnect call -
#1390
51b1d5dThanks @renovate! - chore(deps): update dependency ioredis to ^5.8.0 -
#1354
c29e8b0Thanks @italoiz! - fix: handle enableOfflineQueue correctly when disconnected -
#1330
81d3d82Thanks @roertbb! - Bugfixes for LPOP command:- add 2nd argument -
count - remove key when list is empty
Resolves #1316
- add 2nd argument -