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
:
def deps do
[
{:kvasir_redis, "~> 1.0"}
]
end
The docs can be found at https://hexdocs.pm/kvasir_redis.