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

HSETNX

Open ghost opened this issue 14 years ago • 3 comments

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

ghost avatar Jul 09 '10 16:07 ghost

yeah, if we could have some helpers to automatically serialize, deserialize to/from JSON, that would be killer.

hoffmanc avatar Jul 13 '10 16:07 hoffmanc

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?)

fictorial avatar Aug 02 '10 01:08 fictorial

@hoffmanc: nohm will do something like that (modeling of the data) but what you're looking for is redis2json.

maritz avatar Aug 21 '10 19:08 maritz