redisConnect {doRedis} | R Documentation |
Explicitly connect to a Redis server.
Description
This function is normally not needed, use the redux package functions instead, or simply registerDoRedis.
Usage
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
[Package doRedis version 3.0.2 Index]