Interface to rlite
hirlite.Rd
Create an interface to rlite, with a generated interface to all
rlite commands (using Redux
).
Arguments
- ...
Named configuration options passed to
redis_config
, used to create the environment (notable keys includehost
,port
, and the environment variableREDIS_URL
). In addition to theRedux
treatment of the configuration,RLITE_URL
takes precendence overREDIS_URL
, and a host oflocalhost
or127.0.0.1
will be treated as an in-memory database (:memory:
).