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 f006b55 commit 0ad44e8Copy full SHA for 0ad44e8
docs/index.md
@@ -32,6 +32,9 @@ pip install fakeredis[lua] ## Support for LUA scripts
32
33
pip install fakeredis[json] ## Support for RedisJSON commands
34
35
+# Note on mac you need quotes:
36
+pip install "fakeredis[json]"
37
+
38
pip install fakeredis[probabilistic,json] ## Support for RedisJSON and BloomFilter/CuckooFilter/CountMinSketch commands
39
```
40
0 commit comments