Riak Elixir Client v1.1.6 Riak.Connection View Source

Link to this section Summary

Functions

Create a process to talk with the riak server on host:port

Create a linked process to talk with the riak server on host:port

Link to this section Functions

Link to this function start(host \\ '127.0.0.1', port \\ 8087, args \\ []) View Source

Create a process to talk with the riak server on host:port.

Link to this function start_link(host \\ '127.0.0.1', port \\ 8087, args \\ []) View Source

Create a linked process to talk with the riak server on host:port.