summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bumped to 2.3.9. Changelog modified accordingly.2.4.0-rc6antirez2011-08-092-1/+8
* Auto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see iss...antirez2011-08-091-1/+1
* 243b783fdc4a77968f7a3dd4a246e43b226a4316antirez2011-07-292-0/+121
* fixed assert proc on Redis testantirez2011-07-291-1/+1
* Release notes for 2.4.0-RC52.4.0-rc5antirez2011-07-291-6/+7
* Version bumped to 2.3.8antirez2011-07-291-1/+1
* Fix adding bulk reply when getcwd failsPieter Noordhuis2011-07-271-5/+4
* HDEL: Abort deleting fields when hash is removedPieter Noordhuis2011-07-272-1/+11
* version bumped to 2.3.72.4.0-rc4antirez2011-07-221-1/+1
* Close the listening sockets. Apparently this allows faster restarts.antirez2011-07-221-0/+4
* prepareForShutdown() fixed for correctness regarding what to do with AOF and ...antirez2011-07-221-9/+23
* Added a 'runtest' script that is responsible to check if Tcl is available and...Salvatore Sanfilippo2011-07-152-2/+11
* version bumped to 2.3.62.4.0-rc3antirez2011-07-151-1/+1
* removed --file in test suite execution from Makefile. The option is no longer...antirez2011-07-121-1/+1
* Manual merge after cherry-pickantirez2011-07-123-7/+7
* Take a pointer to the relevant entry of the command table in the client struc...antirez2011-07-125-27/+41
* don't process EXPIRE with negative TTL or EXPIREAT with time in the past if w...antirez2011-07-121-3/+17
* dataspace change hook functions backported to 2.4. They are just wrappers at ...antirez2011-07-127-44/+63
* Don't expire keys while loading AOF.Hampus Wessman2011-07-121-1/+4
* new test engine backported to 2.4antirez2011-07-1216-416/+636
* Ingore jemalloc make distclean error in Makefile, caused by make clean agains...antirez2011-07-051-1/+1
* Fixed typo in redis.conf related to slow log parametersantirez2011-07-031-1/+1
* childrens -> children in INFO output field names. This is a backward incompat...antirez2011-07-021-2/+2
* no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-023-25/+0
* more slow log merge, I forgot to resolve a conflict.antirez2011-07-021-3/+0
* Makefile deps updatedantirez2011-07-021-30/+29
* slow log merged into 2.4antirez2011-07-0211-8/+253
* Partial fix for a problem with AOF and BRPOP. We have at least a single evide...antirez2011-06-291-0/+2
* Variadic SADD testsantirez2011-06-201-0/+7
* comment lines in config.h capitalizedantirez2011-06-201-6/+6
* new INFO filed master_link_down_since_secondsantirez2011-06-173-0/+10
* Use a safe iterator while saving the DB, since the getExpire() function will ...antirez2011-06-172-2/+2
* Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
* useless call removed, thanks to Pieter for spotting thisantirez2011-06-141-1/+0
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
* DB API refactoring. The changes were designed together with Pieter Noordhuis.antirez2011-06-145-69/+67
* Better init scriptantirez2011-06-141-6/+13
* Fix automatic rewrite starting too early.Hampus Wessman2011-06-141-1/+1
* AOF auto rewrite backported to 2.4antirez2011-06-106-10/+128
* Fix Makefile colors.2.4.0-rc2Hampus Wessman2011-06-091-6/+6
* Two fixes for replication: Slave performs the AOF rewrite at the right point....antirez2011-06-091-3/+5
* VM tests commented out for 2.42.4.0-rc1antirez2011-06-091-0/+2
* Warn the user in redis.conf that VM is deprecated and discouragedantirez2011-06-091-0/+3
* removed no longer useful files from utils directoryantirez2011-06-093-152/+0
* INSTALL now points the user to the README fileantirez2011-06-091-30/+1
* Release notes updated for 2.4antirez2011-06-091-118/+39
* README updated for 2.4 releaseantirez2011-06-091-0/+28
* version bumped to 2.3.5antirez2011-06-081-1/+1
* INFO now contains the time (in usecs) needed to fork() in order to persist. T...antirez2011-06-085-1/+12
* Add ustime() from unstable into utils.cantirez2011-06-082-0/+12