Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisClose

Close an open connection to a Redis server.


Description

The redisClose function closes any open connection to a Redis server.

Usage

redisClose(e)

Arguments

e

(Optional) Redis context. The current context is used if e is not supplied.

Details

A running instance of a Redis server is required.

Value

Nothing is returned. Errors are displayed if the function fails to close the connection to the Redis server, or if the connection is invalid.

Author(s)

B. W. Lewis

References

http://redis.io/commands

See Also

Examples

## Not run: 
redisConnect()
redisSet('x',runif(5))
redisGet('x')
redisClose()

## End(Not run)

rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.