README.md

# Raditz

Pooled Redis client for Elixir based on Redix.

## Installation

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

```elixir
def deps do
  [
    {:raditz, "~> 0.0.1"}
  ]
end
```

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