You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: