Open Issues Need Help
View All on GitHub ioredis-mock `rpop` doesn't react the same as ioredis `rpop` about 3 hours ago
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
ioredis zrangebyscore does not include the last element about 3 hours ago
bug good first issue
Emulates ioredis by performing all operations in-memory.
JavaScript
#emulator#ioredis#mocking#node#redis#redis-server