]> git.saurik.com Git - redis.git/commit
ZRANGEBYSCORE now supports open intervals, prefixing double values with a open paren...
authorantirez <antirez@gmail.com>
Sun, 7 Feb 2010 20:52:35 +0000 (21:52 +0100)
committerantirez <antirez@gmail.com>
Sun, 7 Feb 2010 20:52:35 +0000 (21:52 +0100)
commitf44dd428729064d75804c86223811badcf73716d
tree4d057435fad7120b61c6164435f7de9444af0efb
parent3a3978b10bd05d16691a0c95fa3a89741a5a68d8
ZRANGEBYSCORE now supports open intervals, prefixing double values with a open paren. Added ZCOUNT that can count the elements inside an interval of scores, this supports open intervals too
TODO
redis-cli.c
redis.c