def __init__(self, host=settings.REDIS_HOST, port=settings.REDIS_PORT): self.host = host self.port = port self.redis_db = self.open_connection()