Redis Client Pause 命令
更新时间: 2019-07-07 15:54
Redis Client Pause 命令用于阻塞客户端命令一段时间(以毫秒计)。
语法
redis Client Pause 命令基本语法如下:
redis 127.0.0.1:6379> CLIENT PAUSE timeout
可用版本
>= 2.9.50
返回值
返回 OK。如果 timeout 参数是非法的返回错误。
查看更多 Redis 服务器命令
Redis Client Pause 命令用于阻塞客户端命令一段时间(以毫秒计)。
redis Client Pause 命令基本语法如下:
redis 127.0.0.1:6379> CLIENT PAUSE timeout
>= 2.9.50
返回 OK。如果 timeout 参数是非法的返回错误。
查看更多 Redis 服务器命令
Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元
This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!