- 13 Apr, 2012 2 commits
-
-
antirez authored
After considering the interaction between ability to delcare globals in scripts using the 'global' function, and the complexities related to hanlding replication and AOF in a sane way with globals AND ability to turn protection On and Off, we reconsidered the design. The new design makes clear that there is only one good way to write Redis scripts, that is not using globals. In the rare cases state must be retained across calls a Redis key can be used.
-
antirez authored
-
- 27 Mar, 2012 1 commit
-
-
antirez authored
-
- 25 Mar, 2012 2 commits
-
-
antirez authored
-
antirez authored
This new field counts all the times Redis is configured with AOF enabled and fsync policy 'everysec', but the previous fsync performed by the background thread was not able to complete within two seconds, forcing Redis to perform a write against the AOF file while the fsync is still in progress (likely a blocking operation).
-
- 20 Mar, 2012 1 commit
-
-
antirez authored
This commit introduces support for read only slaves via redis.conf and CONFIG GET/SET commands. Also various semantical fixes are implemented here: 1) MULTI/EXEC with only read commands now work where the server is into a state where writes (or commands increasing memory usage) are not allowed. Before this patch everything inside a transaction would fail in this conditions. 2) Scripts just calling read-only commands will work against read only slaves, when the server is out of memory, or when persistence is into an error condition. Before the patch EVAL always failed in this condition.
-
- 10 Mar, 2012 1 commit
-
-
antirez authored
Removed handling of deprecated hash-max-zipmap-entries nad hash-map-zipmap-value. Pieter is too good with users ;). Better to have them switch to a saner configuration ASAP after the 2.6 upgrade.
-
- 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.
-
- 03 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 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
-