We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39f79 commit 30642deCopy full SHA for 30642de
README.md
@@ -60,7 +60,7 @@ local Redis server and send some requests:
60
61
```php
62
$loop = React\EventLoop\Factory::create();
63
-$factory = new Factory($loop);
+$factory = new \Clue\React\Redis\Factory($loop);
64
65
$client = $factory->createLazyClient('localhost');
66
$client->set('greeting', 'Hello world');
0 commit comments