redis2-nginx-module
redis2-nginx-module copied to clipboard
Does it work with hset or zset commands?
Does it work with hset or zset commands?
@hwongcom It should. And also for any future redis commands. Because the redis 2.0 wire protocol is also forward-compatible.
hi can you provide some example coding of it running in hset/zset?
@hwongcom Just read the official redis command documentation: http://redis.io/commands/HSET
The syntax should be the same, for example,
redis2_query hset myhash field1 "Hello";