- 18 Nov, 2011 2 commits
- 15 Nov, 2011 1 commit
-
-
antirez authored
-
- 12 Nov, 2011 2 commits
- 10 Nov, 2011 1 commit
-
-
antirez authored
high resolution expires API modified to use separated commands. AOF transation to PEXPIREAT of all the expire-style commands fixed.
-
- 09 Nov, 2011 1 commit
-
-
antirez authored
-
- 08 Nov, 2011 2 commits
- 31 Oct, 2011 3 commits
- 27 Oct, 2011 2 commits
- 24 Oct, 2011 1 commit
-
-
antirez authored
-
- 17 Oct, 2011 1 commit
-
-
antirez authored
-
- 14 Oct, 2011 1 commit
-
-
antirez authored
Ref: issue #103
-
- 10 Oct, 2011 3 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).
-
antirez authored
-
- 09 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 29 Sep, 2011 1 commit
-
-
antirez authored
Fixed command table for RESTORE to make it accepting keys only for the right slots when cluster is enabled.
-
- 27 Sep, 2011 2 commits
- 26 Sep, 2011 1 commit
-
-
antirez authored
-
- 20 Sep, 2011 1 commit
-
-
antirez authored
-
- 16 Sep, 2011 1 commit
-
-
antirez authored
-
- 14 Sep, 2011 2 commits
- 13 Sep, 2011 4 commits
- 01 Sep, 2011 1 commit
-
-
Konstantin Tokarev authored
Applied patch from Issue 119 provided by pahowes@gmail.com
-
- 26 Aug, 2011 1 commit
-
-
vambo 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
- 13 Jul, 2011 1 commit
-
-
antirez authored
-
- 08 Jul, 2011 1 commit
-
-
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.
-