antirez
|
d3701d2714
Limit memory used by big SLOWLOG entries.
|
12 years ago |
antirez
|
60e2e5b50d
redis.conf AOF section comments improved.
|
12 years ago |
antirez
|
84bcd3aa24
It is now possible to enable/disable RDB checksum computation from redis.conf or via CONFIG SET/GET. Also CONFIG SET support added for rdbcompression as well.
|
12 years ago |
antirez
|
ba864e09d4
Comments about security of slave-read-only in redis.coinf.
|
12 years ago |
antirez
|
f3fd419fc9
Support for read-only slaves. Semantical fixes.
|
12 years ago |
quiver
|
96e9f8d5e3
fix typo of redis.conf
|
12 years ago |
antirez
|
8562798308
Merge conflicts resolved.
|
12 years ago |
antirez
|
4d3bbf3590
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.
|
12 years ago |
antirez
|
f9ef912c66
more practical maxmemory+slaves hint in redis.conf
|
12 years ago |
antirez
|
cebb7b92ce
redis.conf updated with new maxmemory semantics
|
12 years ago |
Pieter Noordhuis
|
d3ea4c86a8
Update default configuration
|
13 years ago |
antirez
|
3cbce4f45e
redis.conf typo fixed in the client-output-buffer-limit documentation
|
13 years ago |
antirez
|
c8a607f2b6
client-output-buffer-limit documented in redis.conf
|
13 years ago |
antirez
|
f7ccc4830b
Merge remote-tracking branch 'origin/unstable' into unstable
|
13 years ago |
antirez
|
4aac3ff247
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.
|
13 years ago |
Kashif Rasul
|
57c0cf8b85
Fixed some typos in redis.conf.
|
13 years ago |
diegok
|
ce6628dae7
Fixed a config docs typo.
|
13 years ago |
antirez
|
c6f9ee88fa
default log level is now notice.
|
13 years ago |
Jérémy Bethmont
|
92a157eae5
Fixed a typo in comments.
|
13 years ago |
antirez
|
0b14e44118
redis.conf updated to reflect the new scripting timeout semantics.
|
13 years ago |
antirez
|
aba4adb7dc
use timeout 0 by default, as this is a common source of problems.
|
13 years ago |
antirez
|
85ccd57632
added more clarifications in redis.conf about ther right value to set as replication timeout.
|
13 years ago |
Herbert G. Fischer
|
f15e33a884
fixed typo in comments
|
13 years ago |
antirez
|
8996bf7720
7c6da73
|
13 years ago |
antirez
|
58732c23d5
maxclients configuration is now implemented dealing with the actual process rlimits. Setting maxclients to 0 no longer makes sense and is now invalid, the new default is 10000.
|
13 years ago |
antirez
|
115e3ff39e
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.
|
13 years ago |
Nathan Florea
|
8523876503
Added a config directive for a Unix socket mask
|
13 years ago |
antirez
|
07c152a7bd
cluster config file entries added to the example configuration file
|
13 years ago |
antirez
|
0681c5ad84
master branch merged into scripting.
|
13 years ago |
antirez
|
208092ad70
Fixed typo in redis.conf related to slow log parameters
|
13 years ago |