Navigation
index
next
|
previous
|
Redis 命令参考
»
Connection(连接)
»
QUIT
?
QUIT
请求服务器关闭与当前客户端的连接。
一旦所有等待中的回复(如果有的话)顺利写入到客户端,连接就会被关闭。
可用版本:
>= 1.0.0
时间复杂度:
O(1)
返回值:
总是返回
OK
(但是不会被打印显示,因为当时 Redis-cli 已经退出)。
$ redis redis> QUIT $
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
Navigation
index
next
|
previous
|
Redis 命令参考
»
Connection(连接)
»