redis-node-client
redis-node-client copied to clipboard
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
yeah, if we could have some helpers to automatically serialize, deserialize to/from JSON, that would be killer.
yeah it's not there yet.
@hoffmanc - that would be nice but I think a higher level lib is in the works to do so (nohm?)
@hoffmanc: nohm will do something like that (modeling of the data) but what you're looking for is redis2json.