- 14 Sep, 2010 2 commits
- 13 Sep, 2010 4 commits
-
-
Pedro Melo authored
Thanks to sylr@github Signed-off-by:
Pedro Melo <melo@simplicidade.org>
-
Pedro Melo authored
Signed-off-by:
Pedro Melo <melo@simplicidade.org>
-
Pedro Melo authored
Signed-off-by:
Pedro Melo <melo@simplicidade.org>
-
Pieter Noordhuis authored
-
- 09 Sep, 2010 2 commits
- 08 Sep, 2010 3 commits
-
-
antirez authored
Fix re-enabled again, I forgot to check if VM was enabled before calling handleClientsBlockedOnSwappedKey()
-
antirez authored
-
antirez authored
Fixed a race condition in VM happening when a key was deleted while there was a client waiting for this key to be resumed from swap to memory. The client would hang forever.
-
- 07 Sep, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
When creating the readable event results in an error (this happens when the server hits OS limits), the client was not added to the list of clients when freeClient was called. This results in an assertion error. It is better to check this condition first and free the client immediately when this condition occurs. Port of 00a90feb.
-
- 06 Sep, 2010 1 commit
-
-
antirez authored
-
- 03 Sep, 2010 2 commits
-
-
antirez authored
-
Anko painting authored
-
- 02 Sep, 2010 2 commits
- 01 Sep, 2010 1 commit
-
-
antirez authored
-
- 31 Aug, 2010 9 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 6 commits
-
-
antirez authored
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty the behavior is like if the timeout is reached. This fixes Issue 285
-
antirez authored
-
antirez authored
It is now possible to use authentication and DB selection options at the same time in redis-cli (Issue 298)
-
antirez authored
-
antirez authored
-
antirez authored
Fix for a race in BGSAVE that may result in some data not being saved as soon as possible (when the configured saving triggers should fire). Also known as Issue 313, more details there in the google code issue.
-
- 27 Aug, 2010 4 commits
- 26 Aug, 2010 2 commits