Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agnostic caching layer #266

Open
wpbonelli opened this issue Jan 27, 2022 · 0 comments
Open

Agnostic caching layer #266

wpbonelli opened this issue Jan 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request in progress Someone is working on this issue (please also assign yourself)

Comments

@wpbonelli
Copy link
Member

Currently we use Django cacheops for automatic ORM caching, and we manually cache some things with Redis, talking directly to the Redis client to do so. We should hide Redis behind an abstraction that's easier to test and/or switch out for something else in the future.

One option is Django-Redis, which comes with testing/mocking utilities built in

@wpbonelli wpbonelli added the enhancement New feature or request label Jan 27, 2022
@wpbonelli wpbonelli added the in progress Someone is working on this issue (please also assign yourself) label Sep 8, 2022
@wpbonelli wpbonelli self-assigned this Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress Someone is working on this issue (please also assign yourself)
Projects
None yet
Development

No branches or pull requests

1 participant