8000
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 30642de commit 0b42877Copy full SHA for 0b42877
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 \Clue\React\Redis\Factory($loop);
+$factory = new Clue\React\Redis\Factory($loop);
64
65
$client = $factory->createLazyClient('localhost');
66
$client->set('greeting', 'Hello world');
@@ -92,7 +92,7 @@ It also registers everything with the main [`EventLoop`](https://github.com/reac
92
93
94
$loop = \React\EventLoop\Factory::create();
95
-$factory = new Factory($loop);
+$factory = new \Clue\React\Redis\Factory($loop);
96
```
97
98
If you need custom DNS, proxy or TLS settings, you can explicitly pass a
0 commit comments