kvrepl/README.md

3 lines
219 B
Markdown
Raw Normal View History

2017-03-14 20:02:31 -07:00
# kvrepl
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.