]> git.saurik.com Git - redis.git/commit
Added "withscores" option to zrangebyscore command. Based on withscores support in...
authorSam Hendley <sam.hendley@gmail.com>
Sat, 6 Feb 2010 23:41:25 +0000 (18:41 -0500)
committerSam Hendley <sam.hendley@gmail.com>
Sat, 6 Feb 2010 23:41:25 +0000 (18:41 -0500)
commit0500ef2736d06edd9e1a2b1cfa480dcd463aa386
tree9d9f9049da862bb8aae953d249dcd45cca02e625
parent59146ef3c107d59b6522b8a2f5539a55703adee1
Added "withscores" option to zrangebyscore command. Based on withscores support in zrange function, ugliest part was the argument parsing to handle
using it with the limit option.
redis.c
test-redis.tcl