Prefect integrations with Redis, providing Redis task runner, blocks for connection management, and utility tasks for Redis operations. Current version 0.2.12, regular releases.
pip install prefect-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic flow using RedisTaskRunner.
Ensure you have a Prefect server or worker running before executing flows with RedisTaskRunner.
Use `RedisServerCredentials.load('my-block-name')` to load saved blocks.Use `from prefect_redis import RedisServerCredentials` instead.