a "database" with the following properties:
- partitionable key-value store
- stores blobs (binary data of arbitrary size)
- inserts are upserts, but only if the blob data has changed
- maintains versioned history with customizable compaction
- user controls the primary key, this is not content-addressable storage.
install:
brew install just
brew install redis