From 013189e7db32e0358650040ac3f571f5c65d3dd0 Mon Sep 17 00:00:00 2001 From: Tobias Schwab Date: Thu, 2 Aug 2012 15:10:51 +0300 Subject: [PATCH] Fix version numbers --- 00-RELEASENOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-RELEASENOTES b/00-RELEASENOTES index e70c9bed..9c0afd37 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, -- GitLab