Redis based task backend store.
The hostname to the Redis server.
The port to the Redis server.
Raises celery.exceptions.ImproperlyConfigured if the REDIS_HOST or REDIS_PORT settings is not set.
Close the connection to redis.
Get redis.Redis` instance with the current server configuration.
The connection is then cached until you do an explicit close().