From f53ffbf42bc360b59bf86898019caf557022b753 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 22 May 2010 13:52:30 +0200 Subject: [PATCH] Update TODO. --- TODO | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index ce9cd448..848fd358 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,7 @@ * Documentation! The README is obviously not enought to show how to use Predis as it does not cover all of its features. -* The included test suite covers almost all the Redis server commands, but a - full battery of tests targeting specific functions of this library is still - missing. +* Add more tests targeting specific functions of the library. -* Missing tests for new commands: - PubSub : PUBLISH, SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE +* Missing tests for commands: + PUBLISH, SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE