- 27 Oct, 2011 1 commit
-
-
antirez authored
If a Lua script executes for more time than the max time specified in the configuration Redis will log a warning, and will start accepting queries (re-entering the event loop), returning -SLOWSCRIPT error for all the commands but SHUTDOWN that remains callable.
-
- 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.
-
- 02 Jul, 2011 2 commits
- 30 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
-
- 12 Jun, 2011 1 commit
-
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-
- 10 Jun, 2011 6 commits