- 15 Jul, 2011 2 commits
-
-
antirez authored
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
- 01 Jul, 2011 2 commits
- 27 May, 2011 1 commit
-
-
antirez authored
-
- 06 Apr, 2011 2 commits
- 06 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Jan, 2011 1 commit
-
-
antirez authored
-
- 14 Jan, 2011 1 commit
-
-
antirez authored
-
- 05 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 19 Dec, 2010 1 commit
-
-
antirez authored
-
- 14 Dec, 2010 4 commits
-
-
antirez authored
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
-
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
-
- 10 Dec, 2010 2 commits
- 09 Dec, 2010 4 commits
-
-
antirez 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 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Nov, 2010 4 commits
-
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
Damian Janowski & Michel Martens authored
-
- 21 Nov, 2010 1 commit
-
-
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.
-
- 08 Nov, 2010 2 commits
- 04 Nov, 2010 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
first attempt to non blocking implementation of slave replication and SYNC bulk data download. Never compiled so far...
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 1 commit
-
-
antirez authored
-
- 02 Nov, 2010 2 commits
-
-
antirez authored
Function to compute RSS memory usage in a fast way, suitable to be called inside keys eviction loops