Other packages > Find by keyword >

RcppRedis  

'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
View on CRAN: Click here


Download and install RcppRedis package within the R console
Install from CRAN:
install.packages("RcppRedis")

Install from Github:
library("remotes")
install_github("cran/RcppRedis")

Install by package version:
library("remotes")
install_version("RcppRedis", "0.2.6")



Attach the package and use:
library("RcppRedis")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-05-13
Latest Update: 2025-06-24
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.
How to cite:
Dirk Eddelbuettel (2014). RcppRedis: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library. R package version 0.2.6, https://cran.r-project.org/web/packages/RcppRedis. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.1.0 (2014-05-13 16:36), 0.1.1 (2014-06-10 01:08), 0.1.2 (2014-11-06 14:38), 0.1.3 (2014-12-10 16:29), 0.1.4 (2015-07-04 15:40), 0.1.5 (2015-07-17 14:46), 0.1.6 (2015-10-05 17:07), 0.1.7 (2016-04-27 18:56), 0.1.8 (2017-09-09 17:36), 0.1.9 (2018-10-27 17:00), 0.1.10 (2020-01-16 13:10), 0.1.11 (2021-06-26 23:20), 0.2.0 (2022-03-08 21:40), 0.2.1 (2022-04-10 01:22), 0.2.2 (2022-11-01 00:52), 0.2.3 (2023-03-08 13:30), 0.2.4 (2023-08-19 15:12), 0.2.5 (2025-03-26 18:20)
Other packages that cited RcppRedis R package
View RcppRedis citation profile
Other R packages that RcppRedis depends, imports, suggests or enhances
Complete documentation for RcppRedis
Functions, R codes and Examples using the RcppRedis R package
Some associated functions: redisMonitorChannels . rhiredis . 
Some associated R codes: pubsub.R . redis.R .  Full RcppRedis package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA