- 02 Feb, 2012 2 commits
- 12 Jan, 2012 1 commit
-
-
antirez authored
On crash print information about the current client (if any), command vector, and object associated to first argument assuming it is a key.
-
- 10 Jan, 2012 1 commit
-
-
antirez authored
-
- 07 Jan, 2012 1 commit
-
-
antirez authored
-
- 28 Nov, 2011 1 commit
-
-
antirez authored
-
- 24 Nov, 2011 2 commits
- 21 Nov, 2011 1 commit
-
-
antirez authored
-
- 18 Oct, 2011 2 commits
-
-
Herbert G. Fischer authored
-
Herbert G. Fischer authored
-
- 14 Oct, 2011 1 commit
-
-
antirez authored
Ref: issue #103
-
- 10 Oct, 2011 4 commits
-
-
antirez authored
-
Nathan Florea authored
Added a configuration directive to allow a user to specify the permissions to be granted to the Unix socket file. I followed the format Pieter and Salvatore discusses in issue #85 ( https://github.com/antirez/redis/issues/85).
-
Nathan Florea authored
-
antirez authored
-
- 20 Sep, 2011 4 commits
-
-
antirez authored
hash zipmap max entries and entry size information removed from INFO command since we have this info and the equivalent info for sets, hashes, zset accessible via the CONFIG GET command.
-
vambo authored
-
Konstantin Tokarev authored
Applied patch from Issue 119 provided by pahowes@gmail.com
-
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
-