rlite configuration
rlite_config.Rd
rlite configuration settings. Based on the redis_config
function but with additional tweaks for rlite. The differences
between this configuration and redis_config
is that:
Details
RLITE_URL
takes precendence overREDIS_URL
if both are present (otherwiseREDIS_URL
will still be used).A host of
localhost
or127.0.0.1
, which isredis_config
's default, will map to a filename of:memory:
for a transient in-memory store.
The port
entry will be ignored, but the password
and
db
entries will be used if present. path
is
equivalent to host
.