]> git.saurik.com Git - redis.git/commit
zzlIsInRange() now is capable of handling empty sorted sets that may end inside the...
authorantirez <antirez@gmail.com>
Wed, 22 Feb 2012 08:52:10 +0000 (09:52 +0100)
committerantirez <antirez@gmail.com>
Wed, 22 Feb 2012 08:52:10 +0000 (09:52 +0100)
commitfeb282883b171c7bba13551f82c7049d36d81ead
tree2dd9e639a757f153ca871e88d926041002df4e66
parent7c96b467c1f882874f80403101ec96ddaf624f1a
zzlIsInRange() now is capable of handling empty sorted sets that may end inside the data set when loading very old RDB files produced by early-stage versions of Redis.
src/t_zset.c