- 30 Dec, 2010 6 commits
- 29 Dec, 2010 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.
-
antirez authored
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 28 Dec, 2010 5 commits
- 26 Dec, 2010 1 commit
-
-
antirez authored
-
- 19 Dec, 2010 3 commits
- 15 Dec, 2010 11 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Raw output mode is selected by default when STDOUT is not a tty. For ttys, raw output can be forced using the option "--raw".
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 14 Dec, 2010 6 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
-
Pieter Noordhuis authored
Original report and fix: http://code.google.com/p/redis/issues/detail?id=404
-
antirez 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.
-