- 31 Oct, 2011 2 commits
- 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.
-
- 10 Oct, 2011 1 commit
-
-
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).
-
- 28 Sep, 2011 1 commit
-
-
antirez authored
-
- 03 Jul, 2011 1 commit
-
-
antirez authored
-
- 30 Jun, 2011 2 commits
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 10 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 May, 2011 1 commit
-
-
antirez authored
-
- 09 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 07 Feb, 2011 1 commit
-
-
antirez authored
-
- 15 Jan, 2011 1 commit
-
-
antirez authored
-
- 05 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 31 Dec, 2010 1 commit
-
-
antirez authored
-
- 14 Dec, 2010 1 commit
-
-
antirez authored
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
-
- 09 Dec, 2010 1 commit
-
-
Jonah H. Harris authored
-
- 08 Nov, 2010 1 commit
-
-
antirez authored
added noeviction policy to redis maxmemory. ZSCORE removed from the list of commands that can't be called when we are low on memory, this command was added in the past for a stupid error.
-
- 04 Nov, 2010 1 commit
-
-
antirez authored
-
- 03 Nov, 2010 1 commit
-
-
antirez authored
-
- 15 Oct, 2010 1 commit
-
-
antirez authored
-
- 14 Oct, 2010 1 commit
-
-
antirez authored
-
- 13 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 03 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 28 May, 2010 1 commit
-
-
antirez authored
-
- 10 May, 2010 1 commit
-
-
antirez authored
-
- 07 May, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 06 May, 2010 1 commit
-
-
antirez authored
-
- 22 Apr, 2010 1 commit
-
-
antirez authored
-
- 15 Apr, 2010 1 commit
-
-
antirez authored
-
- 09 Apr, 2010 1 commit
-
-
antirez authored
-
- 02 Apr, 2010 1 commit
-
-
antirez authored
-
- 20 Mar, 2010 1 commit
-
-
Jeremy Zawodny authored
-
- 07 Mar, 2010 1 commit
-
-
antirez authored
-
- 27 Feb, 2010 1 commit
-
-
antirez authored
-
- 10 Feb, 2010 1 commit
-
-
antirez authored
-
- 06 Feb, 2010 1 commit
-
-
antirez authored
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
-