Opened 5 years ago

Last modified 5 years ago

#30517 closed New feature

Base class for Key Value engines for caching — at Version 2

Reported by: Dulmandakh Owned by: nobody
Component: Core (Cache system) Version: dev
Severity: Normal Keywords: redis cache
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Dulmandakh)

I think that it would be best to have built-in support for Redis caching in Django, as it's getting more popular and has other use cases than just caching. And I found that most of the features overlap with memcached. So I think that it might be better to refactor BaseMemcachedCache to be base for KV engines, and use it for both Memcached and Redis, to reduce code duplication.

I would like to start discussion about best approach adding Redis support into Django. Also I can work on this if approved.

Change History (2)

comment:1 by Dulmandakh, 5 years ago

Keywords: redis added

comment:2 by Dulmandakh, 5 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top