summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* TODO updatedantirez2009-10-261-1/+1
* ZREM implementedantirez2009-10-261-1/+1
* Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.antirez2009-10-231-0/+2
* TODO updatedantirez2009-10-211-0/+2
* MSET and MSETNX commands implementedantirez2009-10-161-1/+7
* Latest doc changes for 1.0antirez2009-09-031-7/+1
* TODO list modifiedantirez2009-08-111-0/+1
* Redis release candidate 1antirez2009-06-161-1/+0
* Better handling of background saving process killed or crashedantirez2009-06-161-2/+1
* number of keys info in INFO command thanks to Diego Rosario Brognaantirez2009-06-141-2/+0
* max bytes in an inline command raised to 1024*1024 bytes, in order to allow f...antirez2009-06-101-1/+2
* Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Br...antirez2009-06-071-0/+1
* TODO updatedantirez2009-06-061-3/+0
* added config.h for #ifdef business isolation, added fstat64 for Mac OS Xantirez2009-06-051-2/+0
* macosx specific zmalloc.c, uses malloc_size function in order to avoid to was...antirez2009-06-041-1/+2
* shareobjectspoolsize implemented in reds.conf, in order to control the pool s...antirez2009-06-031-0/+1
* RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorit...antirez2009-05-261-1/+9
* INFO command now reports replication infoantirez2009-05-251-1/+0
* minor fix to RubyRedis about bulk commands sent without argumentsantirez2009-05-251-2/+1
* Warns if using the default configantirez2009-05-241-2/+0
* SLAVEOF command implemented for replication remote controlantirez2009-05-231-0/+2
* critical bug about glueoutputbuffers=yes fixed. Under load and with pipelinin...antirez2009-05-221-1/+0
* command postprocessing implemented into RubyRedisantirez2009-05-211-1/+0
* Aman Gupta changes mergedantirez2009-05-201-1/+2
* psort.c/h added. This is a partial qsort implementation that Redis will use w...antirez2009-05-191-2/+1
* Python client updated pushing from Ludo's repositoryantirez2009-05-111-0/+2
* minor doc changesantirez2009-05-101-20/+20
* DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB codeantirez2009-05-091-8/+6
* CPP client added thanks to Brian Hammondantirez2009-05-091-0/+1
* Infinite number of arguments for MGET and all the other commandsantirez2009-05-061-4/+9
* Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure ...antirez2009-05-041-0/+2
* dict.c modified to be able to handle more than 150,000,000 keysantirez2009-04-301-12/+7
* fix for the LZF off-by-one bug addedantirez2009-04-291-0/+1
* print bytes used at exit on SHUTDOWNantirez2009-04-281-2/+1
* SMOVE command implementedantirez2009-04-281-0/+1
* GETSET command doc addedantirez2009-04-281-1/+0
* ability to specify a different file name for the DBantirez2009-04-271-1/+0
* log file parsing code improved a bitantirez2009-04-271-1/+0
* INCRBY/DECRBY now support 64bit increments, with testsantirez2009-04-271-1/+1
* doc updateantirez2009-04-211-2/+1
* Non blocking replication (finally!). C-side linked lists API improved.antirez2009-04-201-1/+5
* SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just li...antirez2009-04-101-0/+1
* doc changesantirez2009-04-091-0/+1
* TODO changes, minor change to default redis.confantirez2009-04-081-7/+4
* Don't accept SAVE if BGSAVE is in progressantirez2009-04-061-0/+4
* dirty increment was missing in two points. TODO updatedantirez2009-04-031-4/+9
* Issue 22 fixedantirez2009-04-021-0/+1
* Initial implementation of EXPIREantirez2009-04-011-0/+1
* TODO updatedantirez2009-03-301-6/+1
* Integer encoding implemented in dump file. Doc updatedantirez2009-03-281-1/+10