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 e713441 commit 889cc9aCopy full SHA for 889cc9a
TODO.md
@@ -13,5 +13,7 @@ These below are from Issues or PRs in the original repository.
13
- add an option to have a separate logging file for cache hits and misses?
14
- remove creating a test Redis from `redis.py`. This should not be done in the
15
production logic, but set up in the test logic.
16
-- add a `cache_key` parameter to the `cache` decorator to allow for custom
17
- cache keys
+- add a `cache_key` or `tag` parameter to the `cache` decorator to allow for
+ custom cache keys
18
+- remove the FakeRedis from the `_connect_` function. This should be set up in
19
+ the test logic not production code.
0 commit comments