Close an open connection to a Redis server.
关闭打开的连接一个Redis的服务器的。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The redisClose function closes any open connection to a Redis
redisClose功能将关闭所有打开的连接到Redis的
用法----------Usage----------
redisClose()
Details
详细信息----------Details----------
A running instance of a Redis server is required.
需要的Redis的服务器是一个运行实例。
值----------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.
不返回任何值。如果函数失败,关闭连接的Redis的服务器,或者如果连接是无效的,错误显示。
(作者)----------Author(s)----------
B. W. Lewis
参考文献----------References----------
参见----------See Also----------
redisConnect
redisConnect
实例----------Examples----------
## Not run: [#不运行:]
redisConnect()
redisSet('x',runif(5))
redisGet('x')
redisClose()