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.
2 parents dc39f79 + fabbe7b commit b2d8913Copy full SHA for b2d8913
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');
@@ -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 \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