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 e9ad2a3 commit 6c708c2Copy full SHA for 6c708c2
README.md
@@ -37,7 +37,7 @@ For faster performance, install redis with hiredis support, this provides a comp
37
By default, if hiredis >= 1.0 is available, redis-py will attempt to use it for response parsing.
38
39
``` bash
40
-$ pip install redis[hiredis]
+$ pip install "redis[hiredis]"
41
```
42
43
Looking for a high-level library to handle object mapping? See [redis-om-python](https://github.com/redis/redis-om-python)!
0 commit comments