]> git.saurik.com Git - redis.git/commit - test-redis.tcl
fix ZRANK (realize that rank is 1-based due to the skip list header)
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 4 Mar 2010 00:33:37 +0000 (01:33 +0100)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Thu, 4 Mar 2010 00:33:37 +0000 (01:33 +0100)
commit67cac14343260a225ba8a68f2d3c503c95a2f4ae
tree89a4f7c93497fdcac3cfa7611205b656741b7c89
parent39191553755d5309e200789cedff50e031909d18
fix ZRANK (realize that rank is 1-based due to the skip list header)
redis.c
test-redis.tcl