How to delete all stored results in Redis when the application shuts down (FastAPI)? #363
Unanswered
duynguyen02
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I would like to ask how to delete all the results stored in Redis when I shut down my application. With Schedulers, I can delete them by executing the
redis_source.delete_schedule
function. Of course, there are other ways to delete them, but I'm wondering if Taskiq provides a more convenient method for this? Thank you!Beta Was this translation helpful? Give feedback.
All reactions