mirror of
https://github.com/predis/predis.git
synced 2026-08-24 12:39:27 +00:00
Updated the examples to match the PHP 5.2 version.
This commit is contained in:
@@ -3,7 +3,7 @@ require_once 'SharedConfigurations.php';
|
||||
|
||||
// simple set and get scenario
|
||||
|
||||
$redis = Predis\Client::create($configurations);
|
||||
$redis = Predis_Client::create($configurations);
|
||||
|
||||
$redis->set('library', 'predis');
|
||||
$retval = $redis->get('library');
|
||||
|
||||
Reference in New Issue
Block a user