]> git.saurik.com Git - redis.git/history - src/db.c
Stop using the freelist robj* cache
[redis.git] / src / db.c
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezDo not update the LRU info on key lookup when we have...
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-15  antirezadded keyspace_hits and keyspace_misses fields in INFO...
2010-10-15  antirezDon't increment dirty on expireIfNeeded() as natural...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-07  antirezfixed an alignment problem with time_t is 32 bit, long...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-08  antirezFix re-enabled again, I forgot to check if VM was enabl...
2010-09-08  antirezlatest fix reverted, there is some problem reported...
2010-09-08  antirezFixed a race condition in VM happening when a key was...
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
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-30  antirezFixed MONITOR mode and Issue 296
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-23  antirezFixed overflow detection in argument to long convertion...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  antirezPERSIST: a fix and some basic test
2010-08-03  antirezPERSIST command implemented
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezmemory leak removed from expire propagation code
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-05  antirezWATCH will now consider touched keys target of EXPIRE...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.