redisConnect | R Documentation |
This function is normally not needed, use the redux package functions instead, or simply registerDoRedis.
redisConnect(host = "localhost", port = 6379L, password, ...)
host |
character Redis host name |
port |
integer Redis port number |
password |
optional character Redis password |
... |
optional additional arguments for compatability with old rredis, ignored |
registerDoRedis
, redisWorker
, startLocalWorkers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.