Redis Quit 命令
Redis 教程
· 2019-03-08 12:42:55
Redis Quit 命令用于关闭与当前客户端与redis服务的连接。
一旦所有等待中的回复(如果有的话)顺利写入到客户端,连接就会被关闭。
语法
redis Quit 命令基本语法如下:
redis 127.0.0.1:6379> QUIT
可用版本
>= 1.0.0
返回值
总是返回 OK 。
实例
redis 127.0.0.1:6379> QUIT OK
点击查看所有 Redis 教程 文章: https://codercto.com/courses/l/33.html
Programming Collective Intelligence
Toby Segaran / O'Reilly Media / 2007-8-26 / USD 39.99
Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the......一起来看看 《Programming Collective Intelligence》 这本书的介绍吧!