Basics
Guides
References
Resources
System tests
Commits
airflow.providers.redis
airflow.providers.redis.operators
airflow.providers.redis.operators.redis_publish
RedisPublishOperator
Publish a message to Redis.
Bases: airflow.models.BaseOperator
airflow.models.BaseOperator
channel (str) – redis channel to which the message is published (templated)
message (str) – the message to publish (templated)
redis_conn_id (str) – redis connection to use
Publish the message to Redis channel.
context (airflow.utils.context.Context) – the context object
Was this entry helpful?
RedisPublishOperator.template_fields
RedisPublishOperator.execute()