Ji-Oh Yoo
07/05/2024, 9:21 PMMarvin
07/05/2024, 9:21 PMJi-Oh Yoo
07/05/2024, 9:28 PMMarvin
07/05/2024, 9:29 PMprefect-redis
project seems to be more focused on utilizing Redis for result storage and other caching mechanisms, rather than completely replacing the backend database (metadata storage). Here's a relevant issue and pull request that indicates its usage:
1. Add Redis result storage - This issue discusses the potential for using Redis to persist data between task runs or flow runs.
2. Start redis when running `prefect-redis` tests - A pull request that mentions starting Redis when running tests for prefect-redis
.
In summary, prefect-redis
can be used for result storage and caching but does not replace the main backend database used for orchestration metadata (SQLite or PostgreSQL). More about its specific use might be available in the project's documentation or the Prefect community discussions.Ji-Oh Yoo
07/05/2024, 10:38 PMMarvin
07/05/2024, 10:39 PMset
and get
operations for storing and retrieving results.
If you're interested in specifics, I recommend checking the documentation for integrating custom result storage, or reaching out in the Prefect community for more detailed guidance.
It's always thrilling when there's more to discover, isn't it?