]> git.saurik.com Git - redis.git/commitdiff
Add a note abotu read-only slaves in 2.6 release notes.
authorantirez <antirez@gmail.com>
Wed, 2 May 2012 14:35:53 +0000 (16:35 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 May 2012 14:35:53 +0000 (16:35 +0200)
00-RELEASENOTES

index 006a163ee80155f538002415005813960a593c96..f4505d11d483439925b8cac901cb1420744d8758 100644 (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: