antirez
|
4d62912619
Add a warning about command renaming in redis.conf.
|
11 anni fa |
Stam He
|
d783860457
point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'
|
11 anni fa |
antirez
|
078882025e
PSYNC: work in progress, preview #2, rebased to unstable.
|
12 anni fa |
antirez
|
93ae95de74
TCP keep-alive. Better documentation in redis.conf.
|
11 anni fa |
antirez
|
98b1a852b4
tcp-keepalive option documented in redis.conf.
|
11 anni fa |
antirez
|
b70b459b0e
TCP_NODELAY after SYNC: changes to the implementation.
|
12 anni fa |
David Celis
|
81144645b4
Fix a few typos and improve grammar of redis.conf
|
12 anni fa |
antirez
|
fce016d31b
Keyspace events: it is now possible to select subclasses of events.
|
12 anni fa |
antirez
|
4cdbce341e
Keyspace events notification API.
|
12 anni fa |
guiquanz
|
9d09ce3981
Fixed many typos.
|
12 anni fa |
antirez
|
f1481d4a03
serverCron() frequency is now a runtime parameter (was REDIS_HZ).
|
12 anni fa |
antirez
|
712656e848
Sentinel: added documentation about slave-priority in redis.conf
|
12 anni fa |
antirez
|
d3701d2714
Limit memory used by big SLOWLOG entries.
|
12 anni fa |
antirez
|
60e2e5b50d
redis.conf AOF section comments improved.
|
12 anni fa |
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 anni fa |
antirez
|
ba864e09d4
Comments about security of slave-read-only in redis.coinf.
|
12 anni fa |
antirez
|
f3fd419fc9
Support for read-only slaves. Semantical fixes.
|
12 anni fa |
quiver
|
96e9f8d5e3
fix typo of redis.conf
|
12 anni fa |
antirez
|
8562798308
Merge conflicts resolved.
|
12 anni fa |
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 anni fa |
antirez
|
f9ef912c66
more practical maxmemory+slaves hint in redis.conf
|
13 anni fa |
antirez
|
cebb7b92ce
redis.conf updated with new maxmemory semantics
|
13 anni fa |
Pieter Noordhuis
|
d3ea4c86a8
Update default configuration
|
13 anni fa |
antirez
|
3cbce4f45e
redis.conf typo fixed in the client-output-buffer-limit documentation
|
13 anni fa |
antirez
|
c8a607f2b6
client-output-buffer-limit documented in redis.conf
|
13 anni fa |
antirez
|
f7ccc4830b
Merge remote-tracking branch 'origin/unstable' into unstable
|
13 anni fa |
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 anni fa |
Kashif Rasul
|
57c0cf8b85
Fixed some typos in redis.conf.
|
13 anni fa |
diegok
|
ce6628dae7
Fixed a config docs typo.
|
13 anni fa |
antirez
|
c6f9ee88fa
default log level is now notice.
|
13 anni fa |