Riak.Connection

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

Functions

start(host \\ '127.0.0.1', port \\ 8087)

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

start_link(host \\ '127.0.0.1', port \\ 8087)

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