redis-node-client
redis-node-client copied to clipboard
Redis client for Node.js (abandoned)
AssertionError: "select" "ERR unknown command '*2"
If I do the following: ``` input = getStringFromUser(); client = require('lib/redis-client').createClient(); client.get(input); ``` will the person giving me the input be able to do something nasty, i.e. execute commands...
HSETNX
HSETNX was introduced in Redis 1.3.10, but redis-node-client doesn't seem to support it yet - can you confirm this, fictorial? http://code.google.com/p/redis/wiki/HsetnxCommand
Is redis-node-client compatible with node v0.1.100 ?
http://github.com/visionmedia/redis-node-client/commit/fed119e659fe5e718abffeaca863d27f17baaf7f.patch would be very helpful to me :D
Patch + tests available @ http://github.com/clement/redis-node-client/tree/empty_lists
OS: OSX 10.5.8 Node: 0.1.94 Redis: 1.3.11 redis-client: 505025187faf3cf7a211 Test case: http://gist.github.com/400261 The request sent to redis is consistently truncated in the same place. Either of two changes avoid the...