]> git.saurik.com Git - redis.git/history - src/redis.c
Merge branch 'unstable' into unstable-zset
[redis.git] / src / redis.c
2010-10-15  antirezminor aesthetic change
2010-10-15  antirezadded keyspace_hits and keyspace_misses fields in INFO...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
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-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
2010-10-13  Pieter NoordhuisRename variable sockpath to unixsocket
2010-10-13  Pieter NoordhuisReturn OK on QUIT
2010-10-11  antirezmaxmemory fixed, we now try to release memory just...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisAdd ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezAdded used CPU statistics in INFO output, obtained...
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-15  antirezThis should fix Issue 332: when there is a background...
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  antirezmemory fragmentation ratio in INFO output
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-27  antirezFixed segfault in freeMemoryIfNeeded due to the fact...
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-24  antirezThe pid file is now created only after the server is...
2010-08-24  antirezsanity check for the bulk argument in protocol parsing...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  Pieter NoordhuisReference zset score in zskiplistNode from dict entries
2010-08-03  antirezPERSIST command implemented
2010-08-03  Pieter NoordhuisChange initialization to allow listening on both a...
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-02  antirezsupport for write operations against expiring keys...
2010-08-01  Pieter NoordhuisSupport for Redis to listen on a Unix socket
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-22  antirezdon't open/close log file if log level is not matched
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.