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 |