- 20 May, 2011 1 commit
-
-
antirez authored
-
- 12 May, 2011 1 commit
-
-
antirez authored
-
- 19 Apr, 2011 2 commits
- 15 Apr, 2011 2 commits
- 06 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 11 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 08 Mar, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This also optimizes ZREVRANGEBYSCORE for pathological cases where a sorted set contains many elements with the same score. Previously, it would traverse the list from back to front in such a case.
-
- 23 Feb, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 09 Jan, 2011 3 commits
- 15 Dec, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Dec, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
SUBSTR is renamed to GETRANGE to have better consistency between command names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
-
Pieter Noordhuis authored
-
- 10 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Move logic concerned with setting a bit in an sds to the SETBIT command instead of keeping it in sds.c. The function to grow an sds can and will be reused for a command to set a range within a string value.
-
- 09 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 06 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Nov, 2010 4 commits
-
-
Michel Martens & Damian Janowski authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
- 26 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Oct, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 13 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This allows to use inclusive/exclusive bounds for min and max when deleting a range of scores from a sorted set.
-
- 24 Sep, 2010 1 commit
-
-
antirez authored
-