Changes between Initial Version and Version 2 of Ticket #30517


Ignore:
Timestamp:
May 27, 2019, 8:45:54 PM (5 years ago)
Author:
Dulmandakh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30517

    • Property Keywords redis added
  • Ticket #30517 – Description

    initial v2  
    11I 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.
    22
    3 I can work on this if approved.
     3I would like to start discussion about best approach adding Redis support into Django. Also I can work on this if approved.
Back to Top