A month after the major release 0.2.0 bringing pub/sub and other goodies to our RcppRedis package, a new version 0.2.1 arrived on CRAN yesterday. RcppRedis is one of several packages connecting R to the fabulous Redis in-memory datastructure store (and much more). RcppRedis does not pretend to be feature complete, but it may do some things faster than the other interfaces, and also offers an optional coupling with MessagePack binary (de)serialization via RcppMsgPack. The package has carried production loads for several years now.
This release updated the rredis
suggestion by adding an Additional_repositories
entry as Bryan decided to retire the rredis
package. You can still install it via install.packages("rredis")
by setting the addtional repo, for example repos=c("https://ghrr.github.io/drat", getOption("repos"))
as documented in package and at our ghrr drat repo.
The detailed changes list follows.
Changes in version 0.2.1 (2022-04-09)
The
rredis
package can be installed via the repo listed inAdditional_repositories
; thepubsub.R
test file makesrredis
optional and conditional; all demos now note that the optionalrredis
package is installable via thedrat
listed inAdditional_repositories
.The fallback-compilation of
hiredis
has been forced to override compilation flags because CRAN knows better than upstream.The GLOBEX pub/sub example has small updates.
Courtesy of CRANberries, there is also a diffstat report for this release. More information is on the RcppRedis page.
If you like this or other open-source work I do, you can now sponsor me at GitHub.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.