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
Would it be possible to add support for a more durable storage?
I just had a crash where all data is lost in redis. No OOM, all systems are still running (e.g. no restarts) but basically empty database. The unfortunate thing is that clients do not know that they need to "re-register", which is why redis is not so ideal, as you can not rely on it as source of truth.
The text was updated successfully, but these errors were encountered:
Would it be possible to add support for a more durable storage?
I just had a crash where all data is lost in redis. No OOM, all systems are still running (e.g. no restarts) but basically empty database. The unfortunate thing is that clients do not know that they need to "re-register", which is why redis is not so ideal, as you can not rely on it as source of truth.
The text was updated successfully, but these errors were encountered: