- 15 Dec, 2010 3 commits
- 14 Dec, 2010 3 commits
-
-
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 3 commits
-
-
Pieter Noordhuis authored
-
antirez 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
-
- 04 Nov, 2010 1 commit
-
-
antirez authored
-
- 26 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Oct, 2010 5 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 13 Oct, 2010 4 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.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 24 Sep, 2010 3 commits
- 16 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 13 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 07 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 31 Aug, 2010 2 commits
-
-
antirez authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 1 commit
-
-
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
-
- 26 Aug, 2010 3 commits
-
-
antirez authored
redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed
-
antirez authored
-
Pieter Noordhuis authored
-