README.md

# Exrpc

Lean Elixir RPC library based on RESP (REdis Serialization Protocol).

## Installation

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

```elixir
def deps do
  [
    {:exrpc, "~> x.y.z"}
  ]
end
```

# Usage

Documentation can be found at [HexDocs](https://hexdocs.pm/exrpc).

# License

[MIT](LICENSE)