]> git.saurik.com Git - redis.git/history - src
added support for command renaming/suppression in redis.conf
[redis.git] / src /
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-03  antirezNow it is possible to use quoted strings in the redis...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRSS information in INFO output
2010-11-02  antirezDo not update the LRU info on key lookup when we have...
2010-11-02  antirezredis-cli in interactive mode now prints the time elaps...
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-11-02  antirezzmalloc functions to get RSS and fragmentation refactor...
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisRewrite comment that was no longer valid
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-27  antirezremoved useless spaces from DEBUG OBJECT output
2010-10-26  Pieter NoordhuisReturn error to client on wrong type for HMGET
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-23  Pieter NoordhuisExclusively use either tcmalloc or OSX's native malloc_...
2010-10-23  Pieter NoordhuisDon't use prefix when malloc_size() can be called
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  antirezMakefile typo fixed for tcmalloc option
2010-10-21  antirezreports if tcmalloc is in used in INFO output
2010-10-21  antirezsupport for compiling with tcmalloc
2010-10-21  antirezversion bumped to 2.1.5
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisObject encoding in hash function is done by a more...
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 NoordhuisPrevent clients from making too large multibulk requests
2010-10-15  Pieter NoordhuisAdd benchmark for MSET
2010-10-15  antirezprevent small integer sharing when maxmemory is active...
2010-10-15  Pieter NoordhuisChange protocol from bulk to inline in redis-benchmark
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  antirezCONFIG RESETSTAT no longer resets the server uptime...
2010-10-15  antirezminor aesthetic change
2010-10-15  antirezadded keyspace_hits and keyspace_misses fields in INFO...
2010-10-15  antirezmaxmemory-samples implemented in CONFIG command and...
2010-10-15  antirezDon't increment dirty on expireIfNeeded() as natural...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
2010-10-14  Pieter NoordhuisReplace ziplist stresser and fix regression
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisReturn error when min and/or max in the sorted set...
2010-10-13  Pieter NoordhuisMake ZREMRANGEBYSCORE accept the same range spec as...
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 Noordhuissockaddr_un.sun_path appears to never hold anything...
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 NoordhuisMove creating socket/bind+listen on socket to separate...
2010-10-13  Pieter NoordhuisReturn OK on QUIT
2010-10-13  Pieter NoordhuisAllow to specify which specific test files to run
2010-10-11  antirezfree memory if the maxmemory parameter is reduced via...
2010-10-11  antirezmaxmemory fixed, we now try to release memory just...
2010-10-07  antirezfixed an alignment problem with time_t is 32 bit, long...
2010-10-07  antirezminor typo fixed, reported by Thomas Bassetto
2010-09-23  antirezMerge remote branch 'pietern/ziplist-fix'
2010-09-23  Pieter NoordhuisAdd regression test and fix for >255 byte string entries
2010-09-23  antirezmore tests for sds.c
2010-09-23  antirezminimal C test framework + a first example sds.c tests
2010-09-22  Pieter NoordhuisUpdate rdb.c to properly work with new memory strategy...
2010-09-22  antireztwo leaks fixed
2010-09-22  antirezerror generation format reverted to the new style after...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezpreventive conflict resolution to merge pietern/zset-mem
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-17  antireznew parsing code bugfixing
2010-09-17  antireztry to parse the request in a smarter way to gain speed...
2010-09-16  Pieter NoordhuisFinished code for sorted set memory efficiency
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  antirezmodified a bit addReply() to play better with copy...
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-15  antirezThis should fix Issue 332: when there is a background...
2010-09-14  antirezfixed typo in the latest commit
2010-09-14  antirezAdvertise the existence of redis-check dump --fix when...
2010-09-13  Pedro MeloFixed missed use of INSTALL_TOP
2010-09-13  Pedro MeloMake sure INSTALL_TOP exists before we install to it
2010-09-13  Pedro MeloRename INSTALL_TOP to PREFIX; update documentation
2010-09-09  antirezredis-cli does no longer try to auto detect if it is...
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-07  Pieter NoordhuisFix bug where the client is not present in server.clien...
2010-09-06  Pieter NoordhuisAllow a random seed argument for the ziplist test binary
2010-09-06  Pieter NoordhuisFix updating the prevlen field of consecutive entries
2010-09-06  antirezFix for solaris compilation bug Issue 325
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
next