redisConnect: Explicitly connect to a Redis server.

Description Usage Arguments See Also

View source: R/redux.R

Description

This function is normally not needed, use the redux package functions instead, or simply registerDoRedis.

Usage

1
redisConnect(host = "localhost", port = 6379L, password, ...)

Arguments

host

character Redis host name

port

integer Redis port number

password

optional character Redis password

...

optional additional arguments for compatability with old rredis, ignored

See Also

registerDoRedis, redisWorker, startLocalWorkers


bwlewis/doRedis documentation built on Sept. 4, 2021, 12:34 a.m.