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
Python extension that wraps protocol parsing code in [hiredis][hiredis].
@@ -11,16 +10,24 @@ It primarily speeds up parsing of multi bulk replies.
11
10
12
11
## Install
13
12
14
-
hiredis-py is available on [PyPI](https://pypi.org/project/hiredis/), and can
15
-
be installed with:
13
+
hiredis-py is available on [PyPI](https://pypi.org/project/hiredis/), and can be installed via:
16
14
17
-
```
15
+
```bash
18
16
pip install hiredis
19
17
```
18
+
## Building and Testing
19
+
20
+
Building this repository requires a recursive checkout of submodules, and building hiredis. The following example shows how to clone, compile, and run tests. Please note - you will need the gcc installed.
0 commit comments