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"}
]
endUsage
Documentation can be found at HexDocs.