RedisPubSubSensor

Redis

Redis sensor for reading a message from pub sub channels

View on GitHub

Last Updated: Oct. 23, 2022

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.

Parameters

channelsRequiredThe channels to be subscribed to (templated)
redis_conn_idRequiredthe redis connection id

Documentation

Redis sensor for reading a message from pub sub channels

Was this page helpful?