12
12
13
13
The package has three dependencies that should be easily resolvable:
14
14
15
- - [ hiredis] ( https://github.com/redis/hiredis ) , the main C library for Redis , eg via
15
+ - [ hiredis] ( https://github.com/redis/hiredis ) , the main C library for redis , eg via
16
16
[ libhiredis-dev] ( https://packages.debian.org/sid/libhiredis-dev ) on Debian or Ubuntu; as
17
17
a fallback [ hiredis] ( https://github.com/redis/hiredis ) is also included
18
18
- [ Rcpp] ( https://github.com/RcppCore/Rcpp ) for seamless R and C++ integration (on
@@ -34,10 +34,12 @@ the recommended approach) or GitHub.
34
34
provide [ MessagePack] ( http://msgpack.org/index.html ) headers for
35
35
[ MessagePack] ( http://msgpack.org/index.html ) serialization.
36
36
37
+ A backend is needed to run the code. The package will work with any protocol-compatible backend and
38
+ for example [ valkey] ( https://valkey.io/ ) (which is increasingly replacing redis) works just fine.
37
39
38
40
### Getting Started
39
41
40
- Run some of the scripts from the ` demo /` directory .
42
+ Run some of the scripts from the ` demos /` or ` examples/ ` directories .
41
43
42
44
### Status
43
45
@@ -51,7 +53,9 @@ It is however only providing a subset of the Redis API.
51
53
This package was derived from an initial fork of an earlier attempt named
52
54
'rhiredis' by Wush Wu, and has since been extended in a number of
53
55
ways. William Pleasant provided some early patches. Whit Armstrong and
54
- Russell Pierce contributed extensions.
56
+ Russell Pierce contributed extensions. We also offered a new home for the
57
+ pub/sub mechanism first implemented in the now archived package ` rredis ` by
58
+ Bryan W. Lewis.
55
59
56
60
### Authors
57
61
0 commit comments