Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

reeack

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = FALSE,
  message = FALSE
)

Build Status

Install Riak

Go to http://docs.basho.com/riak/kv/2.2.0/ for instructions.

Start Riak

perhaps like:

bin/riak start

Install reeack

devtools::install_github("ropensci/reeack")
library('reeack')

Connect

x <- riak()

Ping the server

x$ping()

Get stats

x$stats()[1:5]

List keys

x$keys()

Meta

ropensci_footer



ropensci/reeack documentation built on Dec. 11, 2019, 3:13 p.m.