]> git.saurik.com Git - redis.git/history - src/redis.h
Fix case in RPOPLPUSH.
[redis.git] / src / redis.h
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-04  antireztypos and minor stuff fixed in the new non blocking...
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-04  Pieter NoordhuisStop using the freelist robj* cache
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRevert "Function to compute RSS memory usage in a fast...
2010-11-02  antirezFunction to compute RSS memory usage in a fast way...
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisUnify two client flags that mean the same
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-25  antirezadded a missing prototype from syncio.c in redis.h
2010-10-25  antirezmore generally usable i/o functions moved to syncio.c
2010-10-24  antirezsynchronous I/O networking functions originally used...
2010-10-17  Pieter NoordhuisRemoved unused command flags
2010-10-15  Pieter NoordhuisRefactor request parsing code for efficiency
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 NoordhuisRename variable sockpath to unixsocket
2010-10-13  Pieter NoordhuisReturn OK on QUIT
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-17  antireztry to parse the request in a smarter way to gain speed...
2010-09-16  Pieter NoordhuisAdd ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  Pieter NoordhuisStatic buffer in client struct has a constant size
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
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 NoordhuisChanged reply buildup internals
2010-09-02  Pieter NoordhuisRemoved unneeded function
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
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  Pieter NoordhuisRefactor reply buildup for speed on large multi bulk...
2010-08-30  antirezFix for a race in BGSAVE that may result in some data...
2010-08-26  antireztest for intset integer encodability test and some...
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  antirezsanity check for the bulk argument in protocol parsing...
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
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  Pieter NoordhuisUse flexible array in zskiplistNode to reduce memory...
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-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-27  antirezmalloc definition with deprecated attribute was duplica...
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-05  antirezFixed compilation on *BSD systems
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.