Persistence Consistency
Memurai provides the same data persistence options as Redis®️* 7 with the AOF and RDB file formats. You can read detailed information about these two formats here.
If Memurai detects an integrity issue with an AOF or RDB file, it uses internal tools to try and fix the problem. The same tools used internally are also available as standalone command-line applications for the user to run and fix integrity problems in AOF and RDB files while not in use by Memurai.
The memurai-check-aof.exe
and memurai-check-rdb.exe
executable are installed along with memurai.exe
.
memurai-check-aof.exe <filename> # Check specified file and report issues without fixing them
memurai-check-aof.exe --fix <filename> # Check specified file and try to fix any issues
memurai-check-rdb.exe <filename> # Check specified file and try to fix any issues