Given binary is for MacOS only. For other operating systems, see the README file.
dump.rdb is a sample data base that you can start with (optional)
Changes Made
-
Introduction of the
WATCHandUNWATCHcommands that are responsible for locking on keys and cancelling transaction if they are modified by another user -
AOF replay support - If AOF arguments are provided via CLI, the server stores all the write commands (like
SET) inside an AOF file that can be used to rebuild the state in case the application panics.