mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33012 -- Added Redis cache backend.
Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project.
This commit is contained in:
committed by
Mariusz Felisiak
parent
676bd084f2
commit
ec212c6616
@@ -15,6 +15,7 @@ python-memcached >= 1.59
|
||||
pytz
|
||||
pywatchman; sys.platform != 'win32'
|
||||
PyYAML
|
||||
redis >= 3.0.0
|
||||
selenium
|
||||
sqlparse >= 0.2.2
|
||||
tblib >= 1.5.0
|
||||
|
||||
Reference in New Issue
Block a user