skillfed

apache-airflow-providers-redis

Provider package apache-airflow-providers-redis for Apache Airflow

apache-airflow-providers-redis v4.5.0 1.3M downloads/30d#4,145 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an official Apache Airflow provider package that bridges Airflow workflows with Redis, a fast in-memory data store. It supplies operators and hooks that let Airflow tasks read from, write to, and interact with Redis for caching, session storage, message queuing, and distributed state management. The package is part of Airflow's modular provider ecosystem and is maintained by the Apache Airflow project.

The package depends on Apache Airflow (>=2.11.0), the redis client library (>=4.5.2 with specific version exclusions), and apache-airflow-providers-common-compat for compatibility utilities. It is production-stable, actively maintained, and supports modern Python versions. Installation is straightforward via pip on top of an existing Airflow setup, with optional cross-provider dependencies available for advanced messaging features.

Use it for:

  • Cache query results or intermediate workflow data in Redis to speed up repeated Airflow task executions.
  • Use Redis as a message broker or queue for inter-task communication and coordination within Airflow DAGs.
  • Store and retrieve workflow state, locks, or distributed counters across multiple Airflow workers.
  • Monitor Redis operations and health as part of Airflow monitoring and observability workflows.
  • Integrate Airflow with existing Redis-backed infrastructure for session management or real-time data pipelines.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Redis integration for Apache Airflow, enabling workflows to interact with Redis for caching, messaging, and state management through Airflow operators and hooks.

Yes. This is an official, production-stable Apache Airflow provider with active maintenance, no known vulnerabilities, permissive licensing, and low install friction. Install it if you need to integrate Airflow workflows with Redis for caching, messaging, or state management. Requires an existing Airflow installation (>=2.11.0) and a Redis instance.

Install

apache-airflow-providers-redis on PyPI

pip

pip install apache-airflow-providers-redis

uv

uv add apache-airflow-providers-redis

poetry

poetry add apache-airflow-providers-redis

Installing apache-airflow-providers-redis

Before you install

Low install friction with a pure-Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and redis >=4.5.2 (with specific version exclusions). Supports current Python versions 3.10 through 3.14.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions beyond attribution and liability disclaimers.

Quickstart

pip install apache-airflow-providers-redis

from airflow.providers.redis.operators.redis_db import RedisOperator
from airflow.providers.redis.hooks.redis import RedisHook

# Use RedisHook to interact with Redis in a task
hook = RedisHook(redis_conn_id='redis_default')
hook.get_conn().set('key', 'value')

Requires an existing Apache Airflow installation (>=2.11.0) and a configured Redis connection in Airflow's connection registry.

Verify before relying

  • Specific operators and hooks available beyond the basic RedisHook and RedisOperator mentioned in documentation.
  • Whether the package supports Redis Cluster or only standalone Redis instances.
  • Performance characteristics or limitations when handling high-volume Redis operations in Airflow DAGs.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — apache-airflow, apache-airflow-providers-common-compat, redis
Maintenance actively maintained — 53 days since the last release
Last repo commit
First released
Downloads 1,263,014/month — #4,145 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_redis-4.5.0-py3-none-any.whl

Keywords: airflow-provider, redis, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow redis providerredis integration airflowairflow redis operatorredis caching airflowairflow redis hookredis airflow tasks
airflow-providerredis-integrationworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-apache-kafka

Integrates Apache Kafka with Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-azure

Integrates Apache Airflow with Microsoft Azure…

permissive · top 5,000 on PyPI

apache-airflow-providers-opensearch

Integrates OpenSearch with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-openfaas

Integrates OpenFaaS serverless functions into…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-jenkins

Integrates Jenkins CI/CD systems into Apache…

permissive · top 15,000 on PyPI