]> git.saurik.com Git - redis.git/history - dict.c
Merge branch 'aggregates' of git://github.com/pietern/redis
[redis.git] / dict.c
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