Skip to content

Commit

Permalink
Switching to django-redis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene MechanisM committed Oct 24, 2016
1 parent c0c7d24 commit e882a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions confy/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'memcached': 'django.core.cache.backends.memcached.PyLibMCCache',
'djangopylibmc': 'django_pylibmc.memcached.PyLibMCCache',
'pymemcached': 'django.core.cache.backends.memcached.MemcachedCache',
'redis': 'redis_cache.cache.RedisCache',
'hiredis': 'redis_cache.cache.RedisCache',
'redis': 'django_redis.cache.RedisCache',
'hiredis': 'django_redis.cache.RedisCache',
'uwsgi': 'django_uwsgi.cache.UwsgiCache'
}

Expand Down

0 comments on commit e882a6b

Please sign in to comment.