- 29 Jul, 2010 3 commits
-
-
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
-
- 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 1 commit
-
-
Pieter Noordhuis authored
and ZREMRANGEBYSCORE when an out of range negative end index is provided original commits: 184d74, 4774a5, f483ce
-
- 01 Jul, 2010 3 commits
- 07 Jun, 2010 1 commit
-
-
antirez authored
-
- 02 Jun, 2010 3 commits
- 28 May, 2010 1 commit
-
-
antirez authored
-
- 21 May, 2010 2 commits
- 20 May, 2010 4 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 19 May, 2010 2 commits
- 18 May, 2010 1 commit
-
-
antirez authored
-
- 17 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 16 May, 2010 3 commits
- 15 May, 2010 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
print warnings in redis log when a test raises an exception (very likely to be caused by something like a failed assertion)
-
- 14 May, 2010 3 commits
- 13 May, 2010 4 commits
-
-
Ashley Martens authored
-
Pieter Noordhuis authored
-
antirez authored
very strong speedup in saving time performance when there are many integers in the dataset. Instead of decoding the object before to pass them to the rdbSaveObject layer we check asap if the object is integer encoded and can be written on disk as an integer.
-
antirez authored
-