diff --git a/docs/backends.rst b/docs/backends.rst index 0d720b3..46c4e46 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -56,7 +56,7 @@ If you are using `django-redis `_, feel free to use the ``CONSTANCE_REDIS_CONNECTION_CLASS`` setting to define a callable that returns a redis connection, e.g.:: - CONSTANCE_REDIS_CONNECTION_CLASS = 'redis_cache.get_redis_connection' + CONSTANCE_REDIS_CONNECTION_CLASS = 'django_redis.get_redis_connection' ``CONSTANCE_REDIS_PREFIX`` ~~~~~~~~~~~~~~~~~~~~~~~~~~