summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* 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
* log rebuilding, random refactoring, work in progress please wait for an OK co...antirez2009-11-261-0/+4
* minor TODO changeantirez2009-11-241-3/+4
* ae.c initial refactoring for epoll implementationantirez2009-11-231-1/+8
* TODO aesthetic changesantirez2009-11-211-2/+10
* TODO updated with plans up to 1.5antirez2009-11-211-15/+20
* SRANDMEMBER testantirez2009-11-211-1/+1
* SORT GET # implemented, with a testantirez2009-11-211-2/+1
* EXPIREAT testantirez2009-11-211-1/+1
* EXPIRE testsantirez2009-11-201-1/+1
* RPOPLPUSH tests addedantirez2009-11-201-1/+1
* ZINCRSCOREBY => ZINCRBYantirez2009-11-201-1/+0
* Workaround for test-redis.tcl and Tcl 8.4.x about ZSCORE testantirez2009-11-111-1/+0
* Removed a long time warning compiling with recent GCC on Linuxantirez2009-11-111-1/+1
* TODO updatedantirez2009-11-111-1/+0
* LPUSHPOP first implementationantirez2009-11-111-1/+1
* Tcl script, make target, and redis.c changes to build the static symbol table...antirez2009-11-101-1/+0
* Minor TODO change with new expiring algorithm description. New expiring algor...antirez2009-11-101-1/+2
* ZSets double to string serialization fixedantirez2009-11-031-2/+2
* TODO updated againantirez2009-11-011-1/+1
* TODO updatedantirez2009-11-011-1/+2
* SORT STORE optionantirez2009-11-011-1/+0
* EXPIREAT implemented, will be useful for the append-only modeantirez2009-10-301-0/+1
* Fixed Issue 76 (redis-server crashes when it can't connect to MASTER and cli...antirez2009-10-291-0/+1