Updated the examples to match the PHP 5.2 version.

This commit is contained in:
Daniele Alessandri
2009-12-04 22:10:54 +01:00
parent 6769e0de56
commit d05a62e82c
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ $mkv = array(
'usr:0003' => 'Third user'
);
$redis = Predis\Client::create($configurations);
$redis = Predis_Client::create($configurations);
$redis->mset($mkv);
$retval = $redis->mget(array_keys($mkv));