- 07 Aug, 2014 1 commit
-
-
Edgars Irmejs authored
According to unix manuals, "Connecting to the socket object requires read/write permission." -- mode 755 is useless for anybody other than the owner. Fixes #1696
-
- 28 Jul, 2014 1 commit
-
-
vps authored
-
- 25 Jul, 2014 1 commit
-
-
antirez authored
-
- 02 Jul, 2014 1 commit
-
-
antirez authored
This commit adds both support for redis.conf and CONFIG SET/GET.
-
- 16 Jun, 2014 1 commit
-
-
antirez authored
Because of output buffer limits Redis internals had this idea of type of clients: normal, pubsub, slave. It is possible to set different output buffer limits for the three kinds of clients. However all the macros and API were named after output buffer limit classes, while the idea of a client type is a generic one that can be reused. This commit does two things: 1) Rename the API and defines with more general names. 2) Change the class of clients executing the MONITOR command from "slave" to "normal". "2" is a good idea because you want to have very special settings for slaves, that are not a good idea for MONITOR clients that are instead normal clients even if they are conceptually slave-alike (since it is a push protocol). The backward-compatibility breakage resulting from "2" is considered to be minimal to care, since MONITOR is a debugging command, and because anyway this change is not going to break the format or the behavior, but just when a connection is closed on big output buffer issues.
-
- 22 May, 2014 1 commit
-
-
antirez authored
Check the commit changes in the example redis.conf for more information.
-
- 23 Apr, 2014 1 commit
-
-
Kevin Menard authored
-
- 15 Apr, 2014 1 commit
-
-
antirez authored
-
- 21 Mar, 2014 1 commit
-
-
antirez authored
This is safer as by default maxmemory should just set a memory limit without any key to be deleted, unless the policy is set to something more relaxed.
-
- 20 Mar, 2014 1 commit
-
-
antirez authored
-
- 31 Jan, 2014 6 commits
-
-
antirez authored
-
antirez authored
This is especially important since we already have a concept of backlog (the replication backlog).
-
Nenad Merdanovic authored
In high RPS environments, the default listen backlog is not sufficient, so giving users the power to configure it is the right approach, especially since it requires only minor modifications to the code.
-
antirez authored
-
antirez authored
-
antirez authored
It is possible to configure the min number of additional working slaves a master should be left with, for a slave to migrate to an orphaned master.
-
- 19 Dec, 2013 3 commits
- 11 Dec, 2013 1 commit
-
-
Yubao Liu authored
-
- 06 Dec, 2013 1 commit
-
-
antirez authored
-
- 05 Dec, 2013 3 commits
-
-
Anurag Ramdasan authored
-
Anurag Ramdasan authored
-
antirez authored
-
- 09 Oct, 2013 1 commit
-
-
antirez authored
-
- 08 Jul, 2013 3 commits
-
-
Geoff Garside authored
Add commented port6 and bind6 options to default redis.conf file.
-
antirez authored
- 30 May, 2013 2 commits
- 27 May, 2013 1 commit
-
-
antirez authored
-
- 15 May, 2013 1 commit
-
-
antirez authored
Also the logfile option was modified to always have an explicit value and to log to stdout when an empty string is used as log file. Previously there was special handling of the string "stdout" that set the logfile to NULL, this always required some special handling.
-
- 24 Apr, 2013 1 commit
-
-
antirez authored
-
- 04 Apr, 2013 1 commit
-
-
antirez authored
-
- 06 Mar, 2013 1 commit
-
-
antirez authored
-
- 04 Mar, 2013 1 commit
-
-
Stam He authored
-
- 12 Feb, 2013 1 commit
-
-
antirez authored
-
- 09 Feb, 2013 1 commit
-
-
antirez authored
-
- 08 Feb, 2013 1 commit
-
-
antirez authored
-
- 05 Feb, 2013 1 commit
-
-
antirez authored
-