Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R interface to Redis / Valkey via hiredis

License

NotificationsYou must be signed in to change notification settings

eddelbuettel/rcppredis

Repository files navigation

CILicenseCRANr-universeDependenciesDownloadsLast Commit

Dependencies

The package has three dependencies that should be easily resolvable:

The package should install from source like any other R package. If the ahiredis library is found, it will be used. Thepkg-config script is used to find the hiredis headers and library. Otherwise theembeddedhiredis is used. All of Rcpp, RApiSerializedand RcppRedis can be installed directly fromCRAN (which isthe recommended approach) or GitHub.

MessagePack support is optional, and provided byRcppMsgPack package onCRAN which, if installed, is used toprovideMessagePack headers forMessagePack serialization.

A backend is needed to run the code. The package will work with any protocol-compatible backend andfor examplevalkey (which is increasingly replacing redis) works just fine.

Getting Started

Run some of the scripts from thedemos/ orexamples/ directories.

Status

The package works well, is used in production, and has been onCRAN for some time.

It is however only providing a subset of the Redis API.

History

This package was derived from an initial fork of an earlier attempt named'rhiredis' by Wush Wu, and has since been extended in a number ofways. William Pleasant provided some early patches. Whit Armstrong andRussell Pierce contributed extensions. We also offered a new home for thepub/sub mechanism first implemented in the now archived packagerredis byBryan W. Lewis.

Authors

Dirk Eddelbuettel and Bryan W. Lewis, based on earlier work by Wush Wu andwith contributions by William Pleasant, Russell Pierce and Whit Armstrong.

License

GPL (>= 2)

About

R interface to Redis / Valkey via hiredis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp