We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff11d19 commit 7eab470Copy full SHA for 7eab470
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