Riak Client for Erlang

Copyright © 2016 Basho Technologies, Inc.

Version: 2.5.1

Authors: Basho Technologies, Inc..

The riakc application encapsulates the Erlang client for Riak. This client uses the Protocol Buffers transport only. For HTTP transport, see riak-erlang-http-client.

To use the client in your application, we recommend using rebar. Add a dependency like the one below to the rebar.config in your project.

{deps, [
        {riakc, "2.5.*", {git, "https://github.com/basho/riak-erlang-client", {tag, "2.5.1"}}}
       ]}.

The application consists of these primary modules:

riakc is licensed under the Apache v2 license.


Generated by EDoc, Dec 16 2016, 16:38:08.