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_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, Dec 16 2016, 16:38:08.