RedisPublishOperator

Redis

Publish a message to Redis.

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

channelRequiredredis channel to which the message is published (templated)
messageRequiredthe message to publish (templated)
redis_conn_idredis connection to use

Documentation

Publish a message to Redis.

Was this page helpful?