RcppRedis: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library

Connection to the 'Redis' key/value store using the C-language client library 'hiredis'. 'MsgPack' encoding is optional if the 'RcppMsgPack' package is detected. You can install via from the 'ghrr' drat repository listed below.

Version: 0.1.7
Imports: methods, Rcpp (≥ 0.11.0), RApiSerialize
LinkingTo: Rcpp, RApiSerialize, BH
Suggests: rredis, RUnit, RcppMsgPack
Published: 2016-04-27
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd at debian.org>
BugReports: NA
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: NA
NeedsCompilation: yes
SystemRequirements: The hiredis library (eg via package libhiredis-dev on Debian/Ubuntu, hiredis-devel on Fedora/RedHat, or directly from source from https://github.com/redis/hiredis) is required. MsgPack support is activated if the (optional) RcppMsgPack package is detected; it can be installed from the ghrr drat (see Additional_repositories below).
Materials: README NEWS ChangeLog
CRAN checks: RcppRedis results

Downloads:

Reference manual: RcppRedis.pdf
Package source: RcppRedis_0.1.7.tar.gz
Windows binaries: r-devel: RcppRedis_0.1.7.zip, r-release: RcppRedis_0.1.7.zip, r-oldrel: RcppRedis_0.1.7.zip
OS X Mavericks binaries: r-release: RcppRedis_0.1.7.tgz, r-oldrel: RcppRedis_0.1.7.tgz
Old sources: RcppRedis archive