summaryrefslogtreecommitdiff
path: root/00-RELEASENOTES
diff options
context:
space:
mode:
authorTobias Schwab <tobstarr@gmail.com>2012-08-02 15:10:51 +0300
committerantirez <antirez@gmail.com>2012-08-02 14:38:42 +0200
commit013189e7db32e0358650040ac3f571f5c65d3dd0 (patch)
treee27ccac54a0acc4e1e06b035666579d12b3d5dd8 /00-RELEASENOTES
parent73d3e8751b0954628561fef7548be06b041c2819 (diff)
downloadredis-013189e7db32e0358650040ac3f571f5c65d3dd0.tar.gz
Fix version numbers
Diffstat (limited to '00-RELEASENOTES')
-rw-r--r--00-RELEASENOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index e70c9bed2..9c0afd37d 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -157,7 +157,7 @@ Redis 2.4 is mostly a strict subset of 2.6. However there are a few things
that you should be aware of:
* You can't use .rdb and AOF files generated with 2.6 into a 2.4 instance.
-* 2.4 slaves can be attached to 2.6 masters, but not the contrary, and only
+* 2.6 slaves can be attached to 2.4 masters, but not the contrary, and only
for the time needed to perform the version upgrade.
There are also a few API differences, that are unlikely to cause problems,