Package: redux Title: R Bindings to 'hiredis' Version: 1.1.5 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com")) Description: A 'hiredis' wrapper that includes support for transactions, pipelining, blocking subscription, serialisation of all keys and values, 'Redis' error handling with R errors. Includes an automatically generated 'R6' interface to the full 'hiredis' API. Generated functions are faithful to the 'hiredis' documentation while attempting to match R's argument semantics. Serialisation must be explicitly done by the user, but both binary and text-mode serialisation is supported. SystemRequirements: hiredis License: GPL-2 URL: https://github.com/richfitz/redux, https://richfitz.github.io/redux/ BugReports: https://github.com/richfitz/redux/issues Depends: R (>= 3.2.0) Imports: R6, storr (>= 1.1.1) Suggests: knitr, rmarkdown, sys, testthat (>= 3.0.0) VignetteBuilder: knitr RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/testthat/edition: 3 Config/pak/sysreqs: libhiredis-dev Repository: https://richfitz.r-universe.dev Date/Publication: 2025-09-01 14:10:09 UTC RemoteUrl: https://github.com/richfitz/redux RemoteRef: HEAD RemoteSha: 42b2beca52bafbc8a0068ddf33069802d89e4c2f NeedsCompilation: yes Packaged: 2026-06-24 08:49:07 UTC; root Author: Rich FitzJohn [aut, cre] Maintainer: Rich FitzJohn