- 23 Sep, 2010 1 commit
-
-
antirez authored
-
- 22 Sep, 2010 6 commits
- 17 Sep, 2010 2 commits
- 16 Sep, 2010 5 commits
-
-
antirez authored
-
antirez authored
modified a bit addReply() to play better with copy on write now that we have a static buffer. Changed the name of a function from _ensureFileEvent() to _installWriteEvent().
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
- 15 Sep, 2010 1 commit
-
-
antirez authored
This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired
-
- 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 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
In the condition where the prevlen field of the next entry on insert and delete operations needs more bytes to be properly encoded, the next entry also needs to be updated with a new prevlen. This patch makes sure that this effect cascades throughout the ziplist.
-
antirez authored
-
- 03 Sep, 2010 3 commits
-
-
Pieter Noordhuis authored
Resolved conflict in src/db.c and changed adding an error to the reply in blockingPopGenericCommand to use the new API.
-
antirez authored
-
Anko painting authored
-
- 02 Sep, 2010 6 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-