redis-mock
redis-mock copied to clipboard
Node.js redis client mock
The `select` method in the main redis client [takes a callback as it's second argument](https://github.com/mranney/node_redis/blob/master/index.js#L1004-L1017). This callback brings `redis-mock` in line with that.
- Also, add tests
Hi, Is there any plan to implement pubsub in redis-mock? I am using redis-mock and also need to use this command pubsub with parameter 'numsub'.
JavaScript's setTimeout() command has an upper limit on the number of msecs you can wait for a timer to expire: 2147483647 Would you support limiting the number of msecs to...
If you are using INCRBY on a non-existent key in Redis, the following would return an error: ``` INCRBY newkey sdgsdfg -ERR value is not an integer or out of...
Seems that `watch` command is missing.
could you please implement sorted set command for example zadd, zunionstore...
Redis-mock does not support `multi` commands Ref : [https://github.com/mranney/node_redis#clientmulticommands](https://github.com/mranney/node_redis#clientmulticommands)
Add support for the 'CLIENT SETNAME' command