- 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.
-
- 03 Sep, 2010 14 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
Backport of 94364d53 to 2.0.0.
-
antirez authored
-
Pieter Noordhuis authored
Backport of 5eedc9c6 to 2.0.0.
-
antirez authored
-
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. (backported from master)
-
antirez authored
-
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 (backported from master)
-
antirez authored
-
antirez authored
-
antirez authored
-
- 25 Aug, 2010 1 commit
-
-
antirez authored
-
- 24 Aug, 2010 1 commit
-
-
antirez authored
-
- 29 Jul, 2010 4 commits
-
-
Pieter Noordhuis authored
Return an error when the resulting value is not a number (NaN). Fix ZUNIONSTORE/ZINTERSTORE to clean up when a weight argument is not a double value. Backport of 673e1fb7 to 2.0.0.
-
Pieter Noordhuis authored
When +inf and -inf are added, the result is NaN. We don't want NaN scores in a sorted set, so agreed on the result of this operation being zero. Backport of d9e28bcf to 2.0.0.
-
antirez authored
-
antirez authored
-
- 24 Jul, 2010 1 commit
-
-
antirez authored
-
- 23 Jul, 2010 3 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
- 22 Jul, 2010 5 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 21 Jul, 2010 1 commit
-
-
antirez authored
-
- 12 Jul, 2010 2 commits
-
-
Pieter Noordhuis authored
and ZREMRANGEBYSCORE when an out of range negative end index is provided original commits: 184d74, 4774a5, f483ce
-
Pieter Noordhuis authored
-
- 09 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 4 commits
- 07 Jun, 2010 1 commit
-
-
antirez authored
-
- 02 Jun, 2010 1 commit
-
-
Pieter Noordhuis authored
-