kvrepl/README.md

479 B

kvrepl

GoDoc
Go Report Card

A simple command line REPL (read-eval-print loop) that drives a simple in-memory key/value storage system. This system should also allow for nested transactions. A transaction can then be committed or aborted.