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_pb_socket:start_link/2,3
.riakc_obj
record that is sent to and returned from Key-Value operations.riakc
is licensed under the Apache v2 license.
Generated by EDoc, May 18 2016, 11:05:56.