Django-Redis-Ex is a library that modifies the official RedisCache in Django, providing perfect compatibility with Django. It creates a Redis client using the original asynchronous method and supports both asynchronous and synchronous methods. Additionally, it fixes the connection pool bug #35651 found in the official library.

Installation:
You can install Django-Redis-Ex using pip: pip install django-redis-ex

Configuration:
To use Django-Redis-Ex as a cache backend, you can configure it in your Django project's settings file. Here's an example:
CACHES = {