Package: RcppRedis
Type: Package
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Version: 0.1.11
Date: 2021-06-26
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: Connection to the 'Redis' key/value store using the
 C-language client library 'hiredis' (included as a fallback) with
 'MsgPack' encoding provided via 'RcppMsgPack' headers.
SystemRequirements: An available 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 preferred but otherwise
        built on demand.
URL: https://github.com/eddelbuettel/rcppredis,
        https://dirk.eddelbuettel.com/code/rcpp.redis.html
BugReports: https://github.com/eddelbuettel/rcppredis/issues
License: GPL (>= 2)
Imports: methods, Rcpp (>= 0.11.0), RApiSerialize
LinkingTo: Rcpp, RApiSerialize, BH
Suggests: RcppMsgPack, rredis, tinytest
NeedsCompilation: yes
Packaged: 2021-06-26 21:02:10 UTC; edd
Repository: CRAN
Date/Publication: 2021-06-26 21:20:02 UTC
