Riak Client for Erlang

Copyright © 2010-2013 Basho Technologies, Inc.

Version: 2.0.0pre

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, "1.4.1",
          {git, "git://github.com/basho/riak-erlang-client", 
             {tag, "1.4.1"}}}
       ]}.

The application consists of these primary modules:

riakc is licensed under the Apache v2 license.


Generated by EDoc, May 19 2016, 02:26:59.