- 08 Mar, 2012 1 commit
-
-
antirez authored
-
- 07 Mar, 2012 1 commit
-
-
antirez authored
By default Redis refuses writes with an error if the latest BGSAVE failed (and at least one save point is configured). However people having good monitoring systems may prefer a server that continues to work, since they are notified that there are problems by their monitoring systems. This commit implements the ability to turn the feature on or off via redis.conf and CONFIG SET.
-
- 24 Jan, 2012 1 commit
-
-
antirez authored
Client output buffer limits: configuration of parameters for the different classes of clients implemented.
-
- 16 Jan, 2012 1 commit
-
-
antirez authored
It is now posible to flush all the previous saving points in redis.conf by using a save directive with a single empty string argument, like it happens for CONFIG SET save.
-
- 21 Dec, 2011 4 commits
- 01 Dec, 2011 1 commit
-
-
antirez authored
-
- 31 Oct, 2011 2 commits
- 26 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 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).
-
- 05 Oct, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
antirez authored
-
- 27 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 12 Jul, 2011 1 commit
-
-
antirez authored
-
- 30 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 10 Jun, 2011 3 commits
- 25 May, 2011 1 commit
-
-
antirez authored
-
- 07 Apr, 2011 1 commit
-
-
antirez authored
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 09 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Feb, 2011 1 commit
-
-
Paul Gideon Dann authored
-
- 21 Feb, 2011 1 commit
-
-
antirez authored
-
- 17 Feb, 2011 1 commit
-
-
antirez authored
-
- 14 Feb, 2011 1 commit
-
-
antirez authored
-
- 24 Jan, 2011 1 commit
-
-
antirez authored
INFO commandstats section reset with config resetstat, a new microseconds per call field, and a few other minor things
-
- 05 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 30 Dec, 2010 2 commits
- 28 Dec, 2010 1 commit
-
-
antirez authored
-
- 09 Dec, 2010 2 commits
-
-
Jonah H. Harris authored
-
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
-