- 14 Dec, 2010 6 commits
-
-
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 4 commits
-
-
antirez authored
-
Pieter Noordhuis 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.
-
- 01 Dec, 2010 1 commit
-
-
antirez authored
added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature.
-
- 30 Nov, 2010 1 commit
-
-
antirez authored
-
- 29 Nov, 2010 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
quick and dirty fix for hiredis bug creating problem with the new redis-cli connect commmand. Also change prompt when redis-cli is not connected
-
antirez authored
-
antirez authored
-
- 28 Nov, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 26 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Nov, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Now the rdbSave* functions return the number of bytes written (or required to write) in serializing a Redis object, writing to /dev/null and using ftell (which doesn't work on FreeBSD) isn't needed anymore.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-