R Bindings to 'hiredis'
Convert Redis hash
Interface to Redis
Convert R objects to/from strings
Parse Redis URL
Redis commands object
Create a Redis API object
Redis configuration
Create a Redis connection
Parse Redis INFO
Helper for Redis MULTI
Load Lua scripts into Redis
Get time from Redis
Iterate over keys using SCAN
Redis object cache driver
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.