You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ship a simple Redis config example with persistence turned on, add a health check, and make the app shout/fail if Redis is down or running without persistence. Include a short “how to set up Redis persistence” doc.
AC:
by default the app points to a persistent Redis;
on startup it refuses to run if persistence is off or Redis is unreachable;
add docs to explains the settings and how to verify them.