summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* added regression for zipmap bugantirez2010-05-201-0/+1
* TODO updatedantirez2010-05-191-23/+13
* very strong speedup in saving time performance when there are many integers i...antirez2010-05-131-13/+2
* Swap file is now lockedantirez2010-05-071-4/+1
* Empty value trigger key removal in all the operationsantirez2010-03-231-0/+1
* VM hash type swappability implemented. Handling of failed pthread_create() call.antirez2010-03-191-3/+1
* Hash auto conversion from zipmap to hash table, type fixed for hashes, hash l...antirez2010-03-091-0/+1
* first implementation of HSET/HSET. More work neededantirez2010-03-061-0/+1
* TODO updatedantirez2010-03-031-1/+2
* Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the q...antirez2010-02-271-0/+1
* VM now is able to block clients on swapped keys for all the commandsantirez2010-02-091-1/+4
* ZRANGEBYSCORE now supports open intervals, prefixing double values with a ope...antirez2010-02-071-0/+1
* multi bulk requests in redis-benchmark, default fsync policy changed to every...antirez2010-02-061-3/+5
* Log time taken to load the DB at startup, in secondsantirez2010-02-021-0/+1
* Fixed VM corruption due to child fclosing the VM file directly or indirectly ...antirez2010-01-311-0/+1
* loading side of the threaded VMantirez2010-01-281-0/+1
* TODO cahngesantirez2010-01-261-6/+2
* Fixed memory human style memory reporting, removed server.usedmemory, now zma...vm-playpenantirez2010-01-231-0/+2
* VM tuning thanks to redis-stat vmstat. Now it performs much better under high...antirez2010-01-221-15/+7
* removed a few races from threaded VMantirez2010-01-151-2/+1
* Fixed a never experienced, theoretical bug that can actually happen in practi...antirez2010-01-141-0/+1
* minor TODO and debugging info changesantirez2010-01-131-0/+1
* support for blocking VM in config fileantirez2010-01-121-0/+1
* used_memory_human added to INFO output. Human readable amount of memory used.antirez2010-01-081-3/+1
* added process id information in INFOantirez2010-01-071-0/+1
* Introduced a new log verbosity level, so now DEBUG is really for debugging. R...antirez2010-01-061-0/+7
* New vararg BLPOP able to block against multiple keysantirez2010-01-021-3/+8
* Fixed a minor bug in GETSET, now the SET part is not performed if the GET fai...antirez2009-12-241-0/+1
* html docs update (ZINCRBY added)antirez2009-12-221-7/+0
* TODO list updateantirez2009-12-181-11/+6
* SHUTDOWN now does the right thing when append only is on, that is, fsync inst...antirez2009-12-181-1/+1
* Fixed sds.c bug #124antirez2009-12-181-0/+1
* html doc updatedantirez2009-12-151-2/+1
* TODO updateantirez2009-12-131-1/+3
* TODO list modified. What's planned for 1.4 is now written in the stone ;)antirez2009-12-121-4/+14
* better handling of non blocking connect on redis-benchmark: EPIPE on read doe...antirez2009-12-121-0/+1
* some change to redis-sha1.rb utility to make it more robust against non-meani...antirez2009-12-111-0/+2
* TODO change and minor SETNX optimizationantirez2009-12-101-1/+0
* Fixed daemonization when using kqueue/kevent. Now the server initialization i...antirez2009-12-061-1/+2
* more HTML doc changesantirez2009-12-051-1/+0
* a few redis-cli format specified fixedantirez2009-12-051-0/+1
* use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed fo...antirez2009-12-051-12/+19
* TODO updateantirez2009-12-011-1/+2
* TODO updatedantirez2009-11-291-2/+8
* more tests in test-redis.tcl, some minor fixantirez2009-11-291-2/+0
* Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freezeantirez2009-11-281-0/+1
* TODO updatedantirez2009-11-281-2/+1
* INFO refactored. Stack trace on memory corruption now dumps the same informat...antirez2009-11-281-1/+0
* Changes to TODO list, commented a function in redis.cantirez2009-11-281-1/+0
* TODO updatedantirez2009-11-271-9/+13