You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/redis-react)
5
7
6
8
Async [Redis](https://redis.io/) client implementation, built on top of [ReactPHP](https://reactphp.org/).
@@ -496,7 +498,7 @@ Once released, this project will follow [SemVer](https://semver.org/).
496
498
At the moment, this will install the latest development version:
497
499
498
500
```bash
499
-
$ composer require clue/redis-react:^3@dev
501
+
composer require clue/redis-react:^3@dev
500
502
```
501
503
502
504
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -510,7 +512,7 @@ smooth upgrade path. You may target multiple versions at the same time to
0 commit comments