Redis

apache-airflow-providers-redis

Redis

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-redis==4.4.2

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.12.0 redis>=4.5.2,!=4.5.5,!=5.0.2

Connections (1)

Modules

O

RedisPublishOperator

Publish a message to Redis.

airflow.providers.redis.operators.redis_publish.RedisPublishOperator
H

RedisHook

Wrapper for connection to interact with Redis in-memory data structure store.

airflow.providers.redis.hooks.redis.RedisHook
S

RedisKeySensor

Checks for the existence of a key in a Redis.

airflow.providers.redis.sensors.redis_key.RedisKeySensor
S

RedisPubSubSensor

Redis sensor for reading a message from pub sub channels.

airflow.providers.redis.sensors.redis_pub_sub.RedisPubSubSensor
T

AwaitMessageTrigger

A trigger that waits for a message matching specific criteria to arrive in Redis.

airflow.providers.redis.triggers.redis_await_message.AwaitMessageTrigger