Skip to content

Commit f505d69

Browse files
committed
Mention valkey in README
1 parent 1340fcc commit f505d69

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-28 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Mention valkey as well
4+
15
2025-03-27 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): Roll micro version and date

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
The package has three dependencies that should be easily resolvable:
1414

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
1616
[libhiredis-dev](https://packages.debian.org/sid/libhiredis-dev) on Debian or Ubuntu; as
1717
a fallback [hiredis](https://github.com/redis/hiredis) is also included
1818
- [Rcpp](https://github.com/RcppCore/Rcpp) for seamless R and C++ integration (on
@@ -34,10 +34,12 @@ the recommended approach) or GitHub.
3434
provide [MessagePack](http://msgpack.org/index.html) headers for
3535
[MessagePack](http://msgpack.org/index.html) serialization.
3636

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.
3739

3840
### Getting Started
3941

40-
Run some of the scripts from the `demo/` directory.
42+
Run some of the scripts from the `demos/` or `examples/` directories.
4143

4244
### Status
4345

@@ -51,7 +53,9 @@ It is however only providing a subset of the Redis API.
5153
This package was derived from an initial fork of an earlier attempt named
5254
'rhiredis' by Wush Wu, and has since been extended in a number of
5355
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.
5559

5660
### Authors
5761

inst/demos/queueDemo.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ quickCheck <- function() {
144144
invisible(NULL)
145145
}
146146

147-
#useRcppRedis()
147+
useRcppRedis()
148148
#useRedux()
149-
quickCheck()
149+
#quickCheck()

0 commit comments

Comments
 (0)