- 20 Sep, 2011 1 commit
-
-
antirez authored
-
- 19 Sep, 2011 1 commit
-
-
antirez authored
-
- 14 Sep, 2011 2 commits
- 13 Sep, 2011 1 commit
-
-
antirez authored
-
- 09 Aug, 2011 1 commit
-
-
antirez authored
Auto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see issue 602 on google code), and Pieter Noordhuis for tracing it.
-
- 22 Jul, 2011 2 commits
- 12 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.
-
- 02 Jul, 2011 2 commits
- 01 Jul, 2011 1 commit
-
-
antirez authored
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
-
- 14 Jun, 2011 1 commit
-
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-
- 10 Jun, 2011 1 commit
-
-
antirez authored
-
- 08 Jun, 2011 1 commit
-
-
antirez authored
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
-
- 01 Jun, 2011 1 commit
-
-
antirez authored
jemalloc support backported in 2.4 using part of the Pieter Noordhuis and Didier Spezia original implementations
-
- 31 May, 2011 2 commits
- 22 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 27 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Apr, 2011 3 commits
- 19 Apr, 2011 2 commits
- 15 Apr, 2011 1 commit
-
-
antirez authored
-
- 06 Apr, 2011 1 commit
-
-
antirez authored
-
- 22 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 06 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Feb, 2011 1 commit
-
-
antirez authored
-
- 07 Feb, 2011 2 commits
- 27 Jan, 2011 1 commit
-
-
antirez authored
propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode.
-
- 20 Jan, 2011 1 commit
-
-
antirez authored
Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
-
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Jan, 2011 1 commit
-
-
antirez authored
-
- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 05 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-