Releases: wilkenstein/redis-mock-js
Releases · wilkenstein/redis-mock-js
0.0.12-6
0.0.12-5
- Implement flushall. Currently, it only calls flushdb since we only support 1 database in redis-mock.
0.0.12-4
0.0.12-2
0.0.12-1
- Bug fix for zrevrange and zadd commands.
0.0.12
- Implement transactions in earnest.
- Implement scan command.
- Expand unit tests for transactions.
- Basic unit testing for the scan command.
0.0.11-5
- Bug fix in srandmember to work correctly with the count option.
0.0.11-4
- Implement blpop/brpop/brpoplpush list commands.
- Unit tests for all list commands.
0.0.11-3
- Bug fix for smove command.
0.0.11-2
- Implement pub/sub in earnest.
- Unit test pub/sub.