]> git.saurik.com Git - redis.git/history - dict.c
Now all the commands returning a multi bulk reply against non existing keys will...
[redis.git] / dict.c
2010-04-10  antirezdict.c fixed to play well with enabling/disabling of...
2010-04-08  antirezlast change reverted as it was unstable... more testing...
2010-04-08  antirezPrevent hash table resize while there are active child...
2010-03-17  antirezMerged Pietern patch for VM key args helper function...
2010-03-17  antirezMerge branch 'aggregates' of git://github.com/pietern...
2010-03-17  antirezFixed a bug in HSET, a memory leak, and a theoretical...
2010-02-19  antirezA problem with replication with multiple slaves connect...
2009-11-04  rootfixed a refcounting bug with SORT ... STORE leading...
2009-04-30  antirezmore fixes for dict.c and the 150 million keys limit
2009-04-30  antirezdict.c modified to be able to handle more than 150...
2009-04-23  antirezdictGetRandomKey bug fixed, RANDOMKEY will not block...
2009-03-27  antirezfeature macros defined to play well with C99
2009-03-22  antirezfirst commit