]> git.saurik.com Git - redis.git/history - src/redis.h
Remove client from list of unblocked clients when it is free'd
[redis.git] / src / redis.h
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-15  antirezlame typo causing bad hashes memory characteristic
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-13  antirezredisServer structure fields reordered for clarity
2011-01-07  antirezblocking SAVE implemented
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezBGSAVE work in progress
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  antirezIO performances greatly improved under high writes...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antireznegative caching implemented
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-14  antirezspecial encoding limits redefined, and all the config...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezfixed compilation on Linux
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-12-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-09  antirezCOW friendly versions of SPOP and SRANDMEMBER commands...
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Move to struct.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
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
next