# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "redux" in publications use:' type: software license: GPL-2.0-only title: 'redux: R Bindings to ''hiredis''' version: 1.1.4 doi: 10.32614/CRAN.package.redux abstract: 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. authors: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com repository: https://richfitz.r-universe.dev repository-code: https://github.com/richfitz/redux commit: a56549693febf3e40d7882e2b9df5254f4779023 url: https://github.com/richfitz/redux contact: - family-names: FitzJohn given-names: Rich email: rich.fitzjohn@gmail.com