summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis version is now 2.0.0v2.0.0-stable2.0.0antirez2010-09-031-1/+1
* Merge remote branch 'pietern/2.0.0-bpop' into 2.0.0antirez2010-09-034-10/+164
|\
| * Verify that the blocking pop timeout value is a non-negative integerPieter Noordhuis2010-09-032-1/+34
| * Add BLPOP/BLPOP tests via a deferred read in the clientPieter Noordhuis2010-09-033-9/+130
* | Redis version is now 1.3.18 (2.0.0 RC5)antirez2010-09-031-1/+1
* | Fixed another instace of the Issue 173 (backported from master)antirez2010-09-031-1/+1
* | fix for the above fixantirez2010-09-031-1/+1
* | Fix for bug 312 (VM bug) backported from masterantirez2010-09-031-2/+13
* | Fix for a race in BGSAVE that may result in some data not being saved as soon...antirez2010-09-031-1/+3
|/
* redis-cli completely replaced with the version in Redis masterantirez2010-09-035-108/+236
* BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...antirez2010-09-031-0/+8
* Better README for 2.0.0 as well (issue 277)antirez2010-09-031-1/+65
* Fix for issue 300 backported from masterantirez2010-09-031-14/+23
* Fix for issue 237 backported from masterantirez2010-09-031-0/+5
* redis-cli now supports automatically reconnection in interactive modeantirez2010-08-251-9/+34
* slave now detect lost connection during SYNC, fixing Issue 173antirez2010-08-241-2/+2
* Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-293-28/+31
* Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-292-0/+28
* Verison is now 1.3.17, that is 2.0.0 RC4v2.0.0-rc4antirez2010-07-291-1/+1
* ZINTERSTORE replication bug fix backported to 2.0.0antirez2010-07-291-1/+1
* Merge remote branch 'pietern/zfixes-2.0.0' into 2.0.0antirez2010-07-244-37/+156
|\
| * backport of patches that fix the behavior of LRANGE, LTRIM, ZRANGE, ZREVRANGEPieter Noordhuis2010-07-123-27/+110
| * partial cherry-pick of d4507ec6 to import assertion functionsPieter Noordhuis2010-07-121-10/+46
* | Merge remote branch 'pietern/test-exit-2.0.0' into 2.0.0antirez2010-07-231-3/+3
|\ \
| * | exit with non-zero status when there are failed testsPieter Noordhuis2010-07-231-3/+3
* | | Changelog updatedantirez2010-07-231-0/+34
|/ /
* | don't open/close log file if log level is not matchedv2.0.0-rc3antirez2010-07-221-12/+11
* | fixed a typo preventing compilationantirez2010-07-221-1/+1
* | version is now 1.3.16antirez2010-07-221-1/+1
* | recent VM fixes backported to 2.0.0 branchantirez2010-07-221-3/+13
* | fix rare condition where 'key' would already be destroyed while is was needed...Pieter Noordhuis2010-07-221-3/+9
* | vm_blocked_clients count fixed in INFO, thanks to Pietern Noordhuisantirez2010-07-211-9/+16
|/
* old redis test deletedantirez2010-07-091-2331/+0
* HTML doc updatedv2.0.0-rc2antirez2010-07-0113-39/+117
* Version is now 1.3.15antirez2010-07-011-1/+1
* Fixed MONITOR output for consistency: now integer encoded values are also for...antirez2010-07-011-1/+1
* fixed error code checking for *write operations and return value in AOF rewri...antirez2010-07-011-6/+6
* Fix for VM swapping out at DB loading time when key is sharedantirez2010-06-071-2/+10
* cas test doesn't belong in 2.0.0Pieter Noordhuis2010-06-031-114/+0
* tag memory leak check on kill server as "leaks"Pieter Noordhuis2010-06-031-3/+5
* tag test with sleep() as slowPieter Noordhuis2010-06-031-4/+6
* make sure the config it returned when called without codePieter Noordhuis2010-06-031-3/+2
* tag more slow testsPieter Noordhuis2010-06-032-17/+21
* change how arguments are passed from the AOF testsPieter Noordhuis2010-06-031-3/+3
* scope res variable outside testPieter Noordhuis2010-06-031-1/+1
* tags for existing testsPieter Noordhuis2010-06-0311-320/+442
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-033-2/+21
* basic support to tag testsPieter Noordhuis2010-06-034-5/+54
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-0313-18/+29
* removed obsolete codePieter Noordhuis2010-06-032-2/+0