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-protocol)
5
6
6
7
A streaming Redis protocol (RESP) parser and serializer written in pure PHP.
@@ -26,6 +27,7 @@ implementations.
26
27
*[Model](#model)
27
28
*[Serializer](#serializer)
28
29
*[Install](#install)
30
+
*[Tests](#tests)
29
31
*[License](#license)
30
32
31
33
## Support us
@@ -139,11 +141,34 @@ The recommended way to install this library is [through Composer](https://getcom
139
141
This will install the latest supported version:
140
142
141
143
```bash
142
-
$ composer require clue/redis-protocol:^0.3.1
144
+
composer require clue/redis-protocol:^0.3.1
143
145
```
144
146
145
147
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
146
148
149
+
## Tests
150
+
151
+
To run the test suite, you first need to clone this repo and then install all
0 commit comments