> Have anybody used this module?
> https://cran.r-project.org/web/packages/rredis/README.html
>
> Could share your experience please. thank you.
I have successfully used this package (on Linux and macOS) and I think
it is a great way of storing hashed data across different platforms
and programming languages.
See for instance my notes on "Key-value Stores" comparing packages
like 'hash', 'filehash', 'fastmap', or 'rredis'
at
https://github.com/hwborchers/LightningTalks/blob/main/key-value_stores/collatz.md
What exactly is your question ?