redis-node
redis-node copied to clipboard
A Redis client for node.js
Hi I have problem when using redis-node with RedisToGo. The following error is throwned once a connection has been idling for a few minutes: (probably = RedisToGo's timeout config) ```...
Hi, First of all, thanks for the lib, you have done an excellent work. I'm getting this error text **WRONGTYPE Operation against a key holding the wrong kind of value**...
I'm currently setting a key/value with the basic set command (not expire) and noticed something weird in the logs. I saw the following while telneted into redis with the MONITOR...
Hello bnoguchi! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
If port == 0, take the hostname as path to the unix socket. On local connections this can speed up your connection ~20%.
CRC32(key) % N where N is the number of servers is an OK way to partition keys among multiple servers, but it's not as good as consistent hashing as far...
Hi, sorry for disturbing but i have been searching quit a lot to fix that issue but couldn't find any solution. Here is my problem : I'm using redis has...
I'm trying to make sure to create a new redisClient and then "ping" it immediately, so that if Redis is not running, the application fails on startup instead of on...
``` net.js:391 throw new Error('Socket is not writable'); ^ Error: Socket is not writable at Socket._writeOut (net.js:391:11) at Socket.write (net.js:377:17) at Object.writeToStream (/Users/francis/node_modules/redis-node/lib/command.js:117:20) at Client.sendCommand (/Users/francis/node_modules/redis-node/lib/client.js:464:17) at Client.hmset (/Users/francis/node_modules/redis-node/lib/client.js:674:10) at...
Hi! Please, take a look at https://gist.github.com/972495 . Where do we leak? TIA, --Vladimir