We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f3902 commit 235433cCopy full SHA for 235433c
TODO.md
@@ -24,3 +24,6 @@ These below are from Issues or PRs in the original repository.
24
the test logic not production code.
25
- catch invalid cache type exceptions and raise a more informative error
26
message.
27
+- use Async connections now that redis-py is async.
28
+- add the `hiredis` module to the requirements, this is a C extension that
29
+ should speed up the connection to Redis (ensure no issues with current code).
0 commit comments