fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

[Question]: How would I handle redis failure?

Open ashishkjay opened this issue 2 years ago • 0 comments

Wondering how to go about handling Redis failure and keeping app availability

I know that we should treat redis like any other database, but is there any way to handle redis failure or restoring redis cache usage once redis is back up without having to restart the application?

ashishkjay avatar Jun 09 '22 19:06 ashishkjay