Skip to content

Commit 889cc9a

Browse files
committed
update TODO
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent e713441 commit 889cc9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

TODO.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ These below are from Issues or PRs in the original repository.
1313
- add an option to have a separate logging file for cache hits and misses?
1414
- remove creating a test Redis from `redis.py`. This should not be done in the
1515
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
16+
- add a `cache_key` or `tag` parameter to the `cache` decorator to allow for
17+
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

Comments
 (0)