Persistence Consistency
Memurai provides the same data persistence options as Redis™* 5 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> #Checks the input file and reports issues without fixing them
memurai-check-aof.exe --fix <filename> #Checks the input file and tries to fix it
memurai-check-rdb.exe <filename> #Checks the input file and tries to fix it