]> git.saurik.com Git - redis.git/history - src/t_zset.c
redis-check-dump now is RDB version 6 ready.
[redis.git] / src / t_zset.c
2012-04-24  antirezA few compiler warnings suppressed.
2012-03-09  antirezMerge conflicts resolved.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-22  antirezzzlIsInRange() now is capable of handling empty sorted...
2012-02-21  antirezbzero -> memset
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezadded a comment on top of the zslRandomLevel() function
2012-01-11  antirezerror in comment fixed
2011-12-23  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-23  antirezPrevent NaN scores in sorted sets resulting from calls...
2011-12-21  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-20  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-12-19  Salvatore SanfilippoMerge pull request #258 from miaout17/bugfix-247
2011-12-19  BigCatFix issue #247 : Accepting non-integer parameters when...
2011-12-18  antirezadded assertion in zslInsert() that ensures the inserte...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-14  antirezstring to number API is now more strict not accepting...
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-23  antirezFixed a few warnings compiling on Linux.
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-10-03  Salvatore SanfilippoMerge pull request #114 from pietern/unstable-zcount
2011-10-03  Pieter NoordhuisRemove ZCOUNT branches from generic RANGEBYSCORE code
2011-10-03  Pieter NoordhuisUse element rank instead of iterating in ZCOUNT
2011-09-22  antirezmerge conflicts resolved
2011-06-14  antirezUpdated to unstable
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezVariadic ZADD
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-25  antirezMerge branch 'unstable'
2011-05-24  antirezFixed typo in comment
2011-05-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-19  antirezFix for ZUNIONSTORE bug when there is an empty set...
2011-05-16  antirezMerge branch 'unstable'
2011-05-15  antirezFixed misuse of the new iterator semantics in ZUNIONSTORE
2011-05-15  antirezFix for a possible bug related to ZINTER/UNIONSTORE...
2011-05-10  antirezMerge branch 'unstable'
2011-05-04  antirezif /dev/urandom is not available use rand() to get...
2011-04-28  antireztake a hashslot -> keys index, will be used for cluster...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisExplicitly zero zval since it is stored on the stack
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-21  Pieter NoordhuisRemove sorted set when empty after ZREMRANGEBY*
2011-03-14  Pieter NoordhuisOffset should be size_t
2011-03-14  Pieter NoordhuisRemove unused function
2011-03-11  Pieter NoordhuisTest for empty inner range when looking for elements...
2011-03-11  Pieter NoordhuisMake zzl API unaware of the robj where the ziplist...
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-10  Pieter NoordhuisConvert encoding of result when in limits
2011-03-10  Pieter NoordhuisRemove comment
2011-03-10  Pieter NoordhuisGeneric iterator code for usage in ZUNIONSTORE/ZINTERSTORE
2011-03-10  Pieter NoordhuisMake zzlLength take a ziplist argument
2011-03-09  Pieter NoordhuisFix used function in ZCARD
2011-03-09  Pieter NoordhuisConvert encoding when thresholds overflow
2011-03-09  Pieter NoordhuisSupport dual encoding for more commands
2011-03-09  Pieter NoordhuisSupport dual encoding for ZRANGEBYSCORE et al
2011-03-09  Pieter NoordhuisHelpers to move around in encoded sorted set
2011-03-09  Pieter NoordhuisSupport dual encoding for ZREMRANGEBYRANK
2011-03-08  Pieter NoordhuisSupport dual encoding for ZRANGE
2011-03-08  Pieter NoordhuisLook up and remove elements by range
2011-03-08  Pieter NoordhuisTypo
2011-03-08  Pieter NoordhuisLittle less obfuscation
2011-03-08  Pieter NoordhuisSupport dual encoding in ZREM
2011-03-08  Pieter NoordhuisDon't encode element argument when dealing with ziplist
2011-03-08  Pieter NoordhuisInitial work for ziplist backed sorted sets
2011-03-08  Pieter NoordhuisRename zset range functions
2011-03-08  Pieter NoordhuisTest for ranges where min > max
2011-03-08  Pieter NoordhuisCompiler should decide on inlining
2011-03-08  Pieter NoordhuisMove logic concerned with zset ranges
2011-03-08  Pieter NoordhuisUndo rename of function names where something went...
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-13  Pieter NoordhuisReturn error when min and/or max in the sorted set...
2010-10-13  Pieter NoordhuisMake ZREMRANGEBYSCORE accept the same range spec as...
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antireztwo leaks fixed
2010-09-22  antirezerror generation format reverted to the new style after...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezpreventive conflict resolution to merge pietern/zset-mem
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisFinished code for sorted set memory efficiency
2010-09-16  Pieter NoordhuisAdd ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisUse existing reply functions where possible
next