README.md

# Kvasir Redis

Redis [event] source, [cold] storage, and agent cache for Kvasir.

## Installation

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

```elixir
def deps do
  [
    {:kvasir_redis, "~> 1.0"}
  ]
end
```

The docs can
be found at [https://hexdocs.pm/kvasir_redis](https://hexdocs.pm/kvasir_redis).