summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-05-02 16:35:53 +0200
committerantirez <antirez@gmail.com>2012-05-02 16:35:53 +0200
commit96d9c6cb8be9fc3b4a9fab0cb281418a3deb0533 (patch)
tree002bc8444fe2232ee4bf9714ed33e0e5b2b0c86d /00-RELEASENOTES
parent0f07781538a4cb0249c70045ec4c83011defd923 (diff)
downloadredis-96d9c6cb8be9fc3b4a9fab0cb281418a3deb0533.tar.gz
Add a note abotu read-only slaves in 2.6 release notes.
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 006a163ee..f4505d11d 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -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: