RedisHook
RedisWrapper for connection to interact with Redis in-memory data structure store
Access Instructions
Install the Redis provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Documentation
Wrapper for connection to interact with Redis in-memory data structure store
You can set your db in the extra field of your connection as {"db": 3}
. Also you can set ssl parameters as: {"ssl": true, "ssl_cert_reqs": "require", "ssl_cert_file": "/path/to/cert.pem", etc}
.