summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Color make backported to 2.4antirez2011-06-081-14/+30
* Warn the user that will try to enable VM that VM sucks. But still allows him ...antirez2011-06-061-0/+15
* no more client-libraries directoryantirez2011-06-051-11/+0
* no more html documentationantirez2011-06-05150-7467/+0
* touch less pages in decrRefCountantirez2011-06-021-2/+3
* Ignore jemalloc build artifactsPieter Noordhuis2011-06-011-0/+15
* Merge remote branch 'pietern/2.4-bench' into 2.4antirez2011-06-011-64/+97
|\
| * There is no debug mode in benchmark toolPieter Noordhuis2011-05-311-6/+1
| * Provide custom command to benchmark against via argsPieter Noordhuis2011-05-311-52/+90
| * More const's in redis-benchmark.cPieter Noordhuis2011-05-311-11/+11
* | Removed useless stuff from config.h that are now moved into zmalloc.hantirez2011-06-011-29/+0
* | Fixed warning on Linuxantirez2011-06-011-1/+1