Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 357 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 357 Bytes

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:

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

Usage

Documentation can be found at HexDocs.

License

MIT