forgot to comment testing code in PHP lib. Now it is ok

This commit is contained in:
antirez 2009-04-21 19:47:12 +02:00
parent 8d03032a83
commit 975a5b6f98
1 changed files with 3 additions and 0 deletions

View File

@ -358,8 +358,11 @@ class Redis {
}
}
/*
$r = new Redis();
var_dump($r->set("foo","bar"));
var_dump($r->get("foo"));
var_dump($r->info());
*/
?>