CRAN/E | RcppRedis

RcppRedis

'Rcpp' Bindings for 'Redis' using the 'hiredis' Library

Installation

About

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.

github.com/eddelbuettel/rcppredis
dirk.eddelbuettel.com/code/rcpp.redis.html
System requirements 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.
Bug report File report

Key Metrics

Version 0.2.4
Published 2023-08-19 264 days ago
Needs compilation? yes
License GPL-2
License GPL-3
CRAN checks RcppRedis results

Downloads

Yesterday 5 0%
Last 7 days 50 -63%
Last 30 days 371 +12%
Last 90 days 1.076 -20%
Last 365 days 4.922 -11%

Maintainer

Maintainer

Dirk Eddelbuettel

edd@debian.org

Authors

Dirk Eddelbuettel
Bryan W. Lewis

Material

README
NEWS
ChangeLog
Reference manual
Package source

In Views

Databases

Vignettes

Redis for Market Monitoring
Introduction to Redis

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

RcppRedis archive

Imports

methods
Rcpp ≥ 0.11.0
RApiSerialize

Suggests

RcppMsgPack
tinytest

LinkingTo

Rcpp
RApiSerialize