Add a note abotu read-only slaves in 2.6 release notes.

This commit is contained in:
antirez 2012-05-02 16:35:53 +02:00
parent 0f07781538
commit 96d9c6cb8b

View File

@ -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
starting with '#'. All the major clients should be already fixed to work
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: