Hacker News new | ask | show | jobs
by radicalriddler 1405 days ago
Redis persists on disk (well, it's optional), if you restart your server I'd assume that it'd be able to restore the disk data into memory, versus your applications memory, which would just be lost.

I'm not a Redis user, but that's based on what I've read