- 15 Dec, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Dec, 2010 15 commits
-
-
Pieter Noordhuis authored
-
antirez authored
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
Original report and fix: http://code.google.com/p/redis/issues/detail?id=404
-
antirez authored
-
antirez 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
-
antirez authored
-
Pieter Noordhuis authored
-
- 10 Dec, 2010 13 commits
-
-
antirez authored
-
antirez authored
previouse INCR implementation restored, was actually faster for some reson not fully clear at the moment
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
HGET HMGET are now COW friendly, plus API refactoring and changes needed for the new implementation.
-
Pieter Noordhuis authored
-
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 6 commits
-
-
antirez authored
-
Jonah H. Harris authored
-
Pieter Noordhuis authored
-
Jonah H. Harris authored
-
Pieter Noordhuis authored
-
antirez authored
COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API.
-
- 07 Dec, 2010 1 commit
-
-
antirez authored
LRANGE converted into a COW friendly command. Some refactoring, comment, and new addReply*() family function added in the process.
-
- 06 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-