Kvasir RocksDB

RocksDB agent cache.

Installation

The package can be installed by adding kvasir_rocks_db to your list of dependencies in mix.exs:

def deps do
  [
    {:kvasir_rocks_db,
     git: "https://github.com/IanLuites/kvasir_rocks_db", branch: "release/v1.0"},
  ]
end

Once published, the docs can be found at https://hexdocs.pm/kvasir_rocks_db.