node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

A Redis client for Node.js. Fast, non-blocking and lightweight.

Results 3 node-redis issues
Sort by recently updated
recently updated
newest added

`node-redis` is not maintained since a long time and some people confuse this library with [`redis` (`node_redis`)](https://github.com/NodeRedis/node_redis). I think it would be nice to [deprecate](https://docs.npmjs.com/cli/deprecate) this package so users get...

I reliably get a runtime error if I repeatedly open and close socket.io connections when using node-redis as the socket.io backing store, as follows -- /node_modules/node-redis/index.js:156 var type = reply[0].toString();...