antirez
|
c76df73010
Revert "Document port6 and bind6 config options."
|
11 years ago |
Geoff Garside
|
93570e179e
Document port6 and bind6 config options.
|
13 years ago |
antirez
|
64b3b9b1d4
Example redis.conf: bind to multiple interfaces documented.
|
11 years ago |
antirez
|
ed599d3aca
min-slaves-to-write: don't accept writes with less than N replicas.
|
11 years ago |
antirez
|
cbdb2153c5
min-slaves-to-write: initial description of the feature in redis.conf
|
11 years ago |
antirez
|
c9b55a29d6
redis.conf updated: repl-timeout now uesd by masters as well.
|
11 years ago |
antirez
|
310dbba01c
Added a define for most configuration defaults.
|
11 years ago |
antirez
|
d264122f6a
Config option to turn AOF rewrite incremental fsync on/off.
|
11 years ago |
antirez
|
05fa4f4034
Cluster: node timeout is now configurable.
|
11 years ago |
antirez
|
4d62912619
Add a warning about command renaming in redis.conf.
|
11 years ago |
Stam He
|
d783860457
point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'
|
11 years ago |
antirez
|
078882025e
PSYNC: work in progress, preview #2, rebased to unstable.
|
12 years ago |
antirez
|
93ae95de74
TCP keep-alive. Better documentation in redis.conf.
|
11 years ago |
antirez
|
98b1a852b4
tcp-keepalive option documented in redis.conf.
|
11 years ago |
antirez
|
b70b459b0e
TCP_NODELAY after SYNC: changes to the implementation.
|
12 years ago |
David Celis
|
81144645b4
Fix a few typos and improve grammar of redis.conf
|
12 years ago |
antirez
|
fce016d31b
Keyspace events: it is now possible to select subclasses of events.
|
12 years ago |
antirez
|
4cdbce341e
Keyspace events notification API.
|
12 years ago |
guiquanz
|
9d09ce3981
Fixed many typos.
|
12 years ago |
antirez
|
f1481d4a03
serverCron() frequency is now a runtime parameter (was REDIS_HZ).
|
12 years ago |
antirez
|
712656e848
Sentinel: added documentation about slave-priority in redis.conf
|
12 years ago |
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
|
13 years ago |