There's nothing that says Redis has to be transien...
# server
m
There's nothing that says Redis has to be transient. The one requirement is that all the data must fit in memory, but it can be backed by either an append-only replay log, or via snapshots, that both persist data.