Skip to content

Commit

Permalink
update docs: fix predis connection settings - see touhonoob#19
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Aug 18, 2019
1 parent 5f57ad9 commit 594029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ $adapter = new APCAdapter(); // Use APC as Storage
//
// $adapter = new RedisAdapter((new \Redis()->connect('localhost'))); // Use Redis as Storage
//
// $adapter = new PredisAdapter((new \Predis\Predis())->connect('localhost')); // Use Predis as Storage
// $adapter = new PredisAdapter(new \Predis\Predis(['tcp://127.0.0.1:6379'])); // Use Predis as Storage
//
// $memcache = new \Memcached();
// $memcache->addServer('localhost', 11211);
Expand Down

0 comments on commit 594029e

Please sign in to comment.