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 26 Jun. 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

colormap  
Color Palettes using Colormaps Node Module
Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
poptrend  
Estimate Smooth and Linear Trends from Population Count Survey Data
Functions to estimate and plot smooth or linear population trends, or population indices, from anim ...
Download / Learn more Package Citations See dependency  
tactile  
New and Extended Plots, Methods, and Panel Functions for 'lattice'
Extensions to 'lattice', providing new high-level functions, methods for existing functions, panel f ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
infotheo  
Information-Theoretic Measures
Implements various measures of information theory based on several entropy estimators. ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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