But that is his point. If you cannot find the session id in redis, you login again. If your Redis server crash, you start a new one and everyone just login again. No data is lost.
Sure the data is lost. A session commonly holds arbitrary state, and even if it’s just the login information. This is ridiculous.
Sure the data is lost. A session commonly holds arbitrary state, and even if it’s just the login information. This is ridiculous.