Changes between Initial Version and Version 2 of Ticket #30517
- Timestamp:
- May 27, 2019, 8:45:54 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30517
- Property Keywords redis added
-
Ticket #30517 – Description
initial v2 1 1 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. 2 2 3 I can work on this if approved.3 I would like to start discussion about best approach adding Redis support into Django. Also I can work on this if approved.