prefect_redis.client
Functions
cached
close_all_cached_connections
clear_cached_clients
get_async_redis_client
host: The host location.port: The port to connect to the host with.db: The Redis database to interact with.password: The password for the redis hostusername: Username for the redis instancedecode_responses: Whether to decode binary responses from Redis to unicode strings.
- a Redis client