mirror of
https://github.com/fluencelabs/redis
synced 2025-05-21 06:31:21 +00:00
Add a note abotu read-only slaves in 2.6 release notes.
This commit is contained in:
parent
0f07781538
commit
96d9c6cb8b
@ -21,6 +21,9 @@ but it is better to keep them in mind:
|
|||||||
* INFO output is a bit different now, and contains empty lines and comments
|
* INFO output is a bit different now, and contains empty lines and comments
|
||||||
starting with '#'. All the major clients should be already fixed to work
|
starting with '#'. All the major clients should be already fixed to work
|
||||||
with the new INFO format.
|
with the new INFO format.
|
||||||
|
* Slaves are only read-only by default (but you can change this easily
|
||||||
|
setting the "slave-read-only" configuration option to "no" editing your
|
||||||
|
redis.conf or using CONFIG SET.
|
||||||
|
|
||||||
Also the following redis.conf and CONFIG GET / SET parameters changed name:
|
Also the following redis.conf and CONFIG GET / SET parameters changed name:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user