]> git.saurik.com Git - redis.git/history - src
support for write operations against expiring keys, by master-controlled expiring...
[redis.git] / src /
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-31  antirezMerge remote branch 'pietern/list-test'
2010-07-29  Pieter NoordhuisChange getDoubleFromObject to fail on NaN.
2010-07-29  Pieter NoordhuisFix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
2010-07-28  antirezfix of the fix for the replication bug
2010-07-28  antirezFixed a replication bug in ZINTERSTORE.
2010-07-27  antirezfixed a ziplist bug about encoding of integer values...
2010-07-27  antirezmalloc definition with deprecated attribute was duplica...
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezhash table example commented out in dict.c
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-24  Benjamin KramerAdd zcalloc and use it where appropriate
2010-07-24  Benjamin KramerRemove _dictAlloc and friends
2010-07-24  Benjamin KramerReduce code duplication
2010-07-22  antirezdon't open/close log file if log level is not matched
2010-07-22  Pieter Noordhuisfix rare condition where 'key' would already be destroy...
2010-07-22  antirezdefensive programming: set o->ptr to NULL before freein...
2010-07-22  antirezother shared objects where created in the I/O thread...
2010-07-22  antirezminor typo fixed in a comment
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-21  antirezvm_blocked_clients count fixed in INFO, thanks to Piete...
2010-07-16  antirezTODO list modified, trivial change to source code
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-09  antirezfmacro included in linenoise.c
2010-07-07  antirezredis-cli history saved across sessions
2010-07-06  antirezredis-cli is now able to report version information...
2010-07-06  antirezmake install target, finally ;)
2010-07-05  Pieter Noordhuismerged code from 184d74ab, 4774a53b, f483ce5f to new...
2010-07-05  antirezFixed compilation on *BSD systems
2010-07-05  antirezFixed a crash loading the AOF file containing MULTI...
2010-07-05  antirezWATCH will now consider touched keys target of EXPIRE...
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezFixed MONITOR output for consistency: now integer encod...
2010-07-01  antirezFix the AOF fix of the latest commit ;)
2010-07-01  antirezfixed error code checking for *write operations and...
2010-07-01  antirezMerged with split
2010-07-01  antirezminor aesthetic change
2010-07-01  antirezVersion is now 2.1.2
2010-07-01  antirezMake log target fixed
2010-07-01  antirezredis.c split into many different C files.