References
airflow.contrib.hooks
airflow.contrib.hooks.redis_hook
RedisHook module
airflow.contrib.hooks.redis_hook.
RedisHook
Bases: airflow.hooks.base_hook.BaseHook
airflow.hooks.base_hook.BaseHook
Wrapper for connection to interact with Redis in-memory data structure store
get_conn
Returns a Redis connection.
Was this entry helpful?