Skip to content

macOS Build

Latest

Choose a tag to compare

@arjav0703 arjav0703 released this 16 May 08:51
· 4 commits to master since this release
6856dab

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 WATCH and UNWATCH commands 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.