{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"}],"enrichment":{"capability":"Integrates Prefect workflow orchestration with Redis, enabling Redis-backed state storage, caching, and task coordination for Prefect workflows.","skillfed_tags":["workflow-orchestration","redis-integration","distributed-computing"],"use_cases":["Use it to cache expensive task results in Redis, avoiding recomputation when workflows retry or reschedule.","Use it as a state backend for Prefect to persist workflow execution state across distributed agents.","Use it to coordinate task dependencies and state sharing across multiple concurrent workflow runs.","Use it to speed up workflow restarts by retrieving cached results from Redis instead of recomputing.","Use it in microservice architectures where Prefect workflows need fast, shared state storage."],"what_it_does":"prefect-redis is an official integration package that connects Prefect's workflow orchestration engine to Redis, a fast in-memory data store. It allows you to use Redis as a backend for Prefect state storage, task result caching, and distributed coordination across workflow runs. The package is maintained by the Prefect team and integrates seamlessly with the Prefect ecosystem.\n\nYou install it alongside prefect and redis, then use its blocks and decorators to configure Redis as a storage or caching layer in your Prefect workflows. It's designed for teams running distributed workflows that need fast, reliable state management and result caching without external infrastructure complexity.","worth_installing":"Yes, if you run Prefect workflows and want Redis-backed state or caching. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is licensed permissively. It requires Python 3.10+ and a running Redis instance. Install it when you need distributed workflow coordination or fast result caching in Prefect."},"id":"prefect-redis","links":{"html":"https://skillfed.io/packages/prefect-redis","md":"https://skillfed.io/packages/prefect-redis.md","pypi":"https://pypi.org/project/prefect-redis/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-04","license_spdx":null,"license_treatment":"permissive","name":"prefect-redis","python_support":"supports_current","summary":"Prefect integrations with Redis."},"popularity":{"monthly_downloads":187983,"position":9954,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.14"}
