def __init__(self, verbose=False): self.r = redis.StrictRedis(host=settings.REDIS_HOST, port=settings.REDIS_PORT, db=0) self.verbose = verbose