- 08 Sep, 2010 1 commit
-
-
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 1 commit
-
-
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 3 commits
-
-
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 12 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 25 Aug, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 24 Aug, 2010 4 commits
-
-
antirez authored
-
antirez authored
Issue 179 fixed, now redis-cli is able to parse correctly multi bulk replies with elements that are errors
-
antirez authored
The pid file is now created only after the server is correctly initialied. It is also removed on sigterm and when the stack trace is produced after a sigbus or a sigsegv. This two changes should fix the Issue 175
-
antirez authored
-