Adding a Redis cache backend to Django's core module
- Mentors
- Carlton Gibson
- Organization
- Django Software Foundation
This project aims at adding support for Redis to be used as a caching backend with Django. As redis is the most popular caching backend according to the django developer survey of 2020, adding it to django.core.cache module would be a great addition for the developers who previously had to rely on third party packages for this functionality.