/rhiredis

R interface to Redis using the hiredis library

Primary LanguageC++GNU General Public License v2.0GPL-2.0

rhiredis

rhiredis is a simple Redis client for R which uses hiredis, a minimalistic C client library for Redis.

This is mostly a demonstration package, forked from an earlier attempt by Wush Wu and greatly simplified.

Dependencies

  • hiredis library (eg libhiredis-dev on Debian or Ubuntu)
  • Rcpp

Getting Started

Run the script from the demo/ directory.

Status

Build Status