cache.py 109 Bytes EditWeb IDE 1 2 3 4 import redis from django.conf import settings redis_client = redis.StrictRedis.from_url(settings.REDIS_URL)