summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version bumped to 2.0.4, release note for this version addedv2.0.4-stable2.0.4antirez2010-11-062-3/+13
* commit d8a717fb backported from master to 2.2 (do not save DB if no save inte...antirez2010-11-061-1/+3
* Merge remote branch 'pietern/2.0.0-hmget-fix' into 2.0.0antirez2010-10-272-0/+6
|\
| * Return error to client on wrong type for HMGET (backport of e584d82f)Pieter Noordhuis2010-10-262-0/+6
* | todo for 2.04 updatedantirez2010-10-241-0/+6
|/
* new release notes for 2.0.3v2.0.3-stable2.0.3antirez2010-10-151-0/+20
* version bumped to 2.0.3antirez2010-10-151-1/+1
* Merge remote branch 'pietern/2.0.0-bpopaof' into 2.0.0antirez2010-10-151-0/+16
|\
| * Never block for keys when the AOF is being replayedPieter Noordhuis2010-10-081-0/+16
* | maxmemory fixed, we now try to release memory just before we check for the me...antirez2010-10-111-4/+6
|/
* 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