Update connection class string for django redis

This commit is contained in:
Jubel Han 2016-06-29 15:07:46 +08:00 committed by GitHub
parent a6357e4d89
commit cdc0db78b2

View file

@ -56,7 +56,7 @@ If you are using `django-redis <http://niwibe.github.io/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``
~~~~~~~~~~~~~~~~~~~~~~~~~~