From 58e61ae1caf2c80c14f1dcf2995bc98bcbc276cd Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 10 Dec 2011 15:37:43 +0100 Subject: [PATCH] Support for redis-cluster has been postponed to Predis v0.8. The reason is pretty simple: redis-cluster will not be available in a stable release of Redis anytime soon, so there is no reason to wait anymore to get it supported in Predis v0.7. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 3ea86486..f7c254ea 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ * Update the CHANGELOG before releasing v0.7.0 (it is completely out of sync). -* Implement smart and transparent support for redis-cluster. - * Documentation! The README is obviously not enought to show how to use Predis as it does not cover all of its features. + +* [v0.8] Implement smart and transparent support for redis-cluster.