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 5ec9813 commit 3df0e25Copy full SHA for 3df0e25
TODO.md
@@ -19,3 +19,6 @@ These below are from Issues or PRs in the original repository.
19
the test logic not production code.
20
- catch invalid cache type exceptions and raise a more informative error
21
message.
22
+- use Async connections now that redis-py is async.
23
+- add the `hiredis` module to the requirements, this is a C extension that
24
+ should speed up the connection to Redis (ensure no issues with current code).
0 commit comments