summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release notes modified for 2.0.2 againv2.0.2-stable2.0.2antirez2010-09-221-0/+2
* release notes updatedantirez2010-09-221-0/+17
* Version is now 2.0.2antirez2010-09-221-1/+1
* Merge branch '2.0.0' of github.com:antirez/redis into 2.0.0antirez2010-09-220-0/+0
|\
| * Use a pointer for dict resize policy instead of a globalantirez2010-09-152-6/+21
* | Changed the dict resize policy when BGSAVEs are in progress to a moreantirez2010-09-222-6/+21
|/
* release notes updated to the latest versionv2.0.1-stable2.0.1antirez2010-09-091-0/+19
* release notes file added to git as well, wes always present in tar.gz distrib...antirez2010-09-092-1/+112
* version is now 2.0.1antirez2010-09-091-1/+1
* redis-cli does no longer try to auto detect if it is used inside a pipe. To r...antirez2010-09-091-6/+7
* Added a Make install target, backported from master, fixing Issue 324antirez2010-09-091-0/+11
* Fix for the init script provided with Redis, thanks to Rowan. This fixes issu...antirez2010-09-091-3/+2
* make sure to unblock clients waiting for a given key if VM is enabled when th...antirez2010-09-071-0/+1
* avoid actively expiring keys in the cron loop if this keys are being swapped ...antirez2010-09-071-0/+11
* Fix bug where the client is not present in server.clients when free'ing itPieter Noordhuis2010-09-071-5/+8
* 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