Package: RcppRedis
Type: Package
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Version: 0.2.0
Date: 2022-03-08
Author: Dirk Eddelbuettel and Bryan W. Lewis
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. It now also
 includes the pub/sub functions from the 'rredis' package.
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>) can be used but version
        1.0.2 is also included and built on demand if needed.
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
Suggests: RcppMsgPack, rredis, tinytest
NeedsCompilation: yes
Packaged: 2022-03-08 19:52:09 UTC; edd
Repository: CRAN
Date/Publication: 2022-03-08 20:40:02 UTC
Built: R 4.0.5; x86_64-apple-darwin17.0; 2022-03-09 11:30:22 UTC; unix
Archs: RcppRedis.so.dSYM
