Close an open connection to a Redis server.
The redisClose function closes any open connection to a Redis server.
redisClose(e)
e |
(Optional) Redis context. The current context is used if e is not supplied. |
A running instance of a Redis server is required.
Nothing is returned. Errors are displayed if the function fails to close the connection to the Redis server, or if the connection is invalid.
B. W. Lewis
http://redis.io/commands
## Not run: redisConnect() redisSet('x',runif(5)) redisGet('x') redisClose() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.