Package: RcppRedis
Type: Package
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Version: 0.1.8
Date: 2017-09-09
Author: Dirk Eddelbuettel <edd@debian.org>
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: 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.
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.
License: GPL (>= 2)
Imports: methods, Rcpp (>= 0.11.0), RApiSerialize
LinkingTo: Rcpp, RApiSerialize, BH
Suggests: rredis, RUnit, RcppMsgPack
NeedsCompilation: yes
Packaged: 2017-09-09 15:25:44 UTC; edd
Repository: CRAN
Date/Publication: 2017-09-09 15:36:41 UTC
