Emulates ioredis by performing all operations in-memory.

emulator ioredis mocking node redis redis-server
2 Open Issues Need Help Last updated: Sep 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `ioredis-mock` `rpop` command deviates from `ioredis`'s behavior by lacking a `count` parameter for popping multiple items and by returning a single item instead of an array. The expected behavior is for `ioredis-mock`'s `rpop` (and potentially `lpop`) to mimic `ioredis` by supporting the `count` parameter and always returning an array.

Complexity: 3/5
bug good first issue

Emulates ioredis by performing all operations in-memory.

JavaScript
#emulator#ioredis#mocking#node#redis#redis-server
bug good first issue

Emulates ioredis by performing all operations in-memory.

JavaScript
#emulator#ioredis#mocking#node#redis#redis-server