So in Redis you can 'replay' the log to restore the database. The ability to parse and produce a log in this way would allow syncing with a remote instance of redis, allowing apps to continue working offline when the remote redis instance can't be found.
Just a crazy idea :)
So in Redis you can 'replay' the log to restore the database. The ability to parse and produce a log in this way would allow syncing with a remote instance of redis, allowing apps to continue working offline when the remote redis instance can't be found.
Just a crazy idea :)