]> git.saurik.com Git - redis.git/history - src/redis.c
negative caching implemented
[redis.git] / src / redis.c
2010-12-31  antireznegative caching implemented
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
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-28  antirezmore work converting vm into object cache
2010-12-28  antirezinitial changes needed to turn the current VM code...
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  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-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
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... 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-11  antirezvolatile-lru maxmemory policy segfault fixed, thanks...
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  antirezreplication asynchronous SYNC information in INFO output
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  antirezadded support for command renaming/suppression in redis...
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRSS information in INFO output
2010-11-02  antirezRevert "Function to compute RSS memory usage in a fast...
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-11-02  antirezFunction to compute RSS memory usage in a fast way...
2010-11-02  antirezremoved a number of stupid compilation warnings on...
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisWhen REDIS_CLOSE_AFTER_REPLY is set, there may never...
2010-10-28  Pieter NoordhuisUnify two client flags that mean the same
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-22  antirezMake sure to reset the signal handler and deliver again...
2010-10-22  Robey Pointerif server.saveparamslen is not set, don't save the...
2010-10-21  antirezreports if tcmalloc is in used in INFO output
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisRemoved unused command flags
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-15  Pieter NoordhuisDon't reset the client when processCommand returns...
2010-10-15  Pieter NoordhuisRefactor request parsing code for efficiency
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...
next