RcppRedis: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
Connection to the 'Redis' (or 'Valkey') 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.
Version:
0.2.6
Published:
2025年06月24日
Author:
Dirk Eddelbuettel
ORCID iD
[aut, cre],
Bryan Lewis [aut] (pub/sub code from 'rredis')
Maintainer:
Dirk Eddelbuettel <edd at debian.org>
NeedsCompilation:
yes
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. The
optional 'rredis' package can be installed from the 'ghrr'
'drat' repo for additional illustrations and tests.
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=RcppRedis
to link to this page.