Commit 975a5b6f authored by antirez's avatar antirez
Browse files

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

parent 8d03032a
......@@ -358,8 +358,11 @@ class Redis {
}
}
/*
$r = new Redis();
var_dump($r->set("foo","bar"));
var_dump($r->get("foo"));
var_dump($r->info());
*/
?>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment