Redis Publish 命令
Redis 教程
· 2019-03-08 08:14:39
Redis Publish 命令用于将信息发送到指定的频道。
语法
redis Publish 命令基本语法如下:
redis 127.0.0.1:6379> PUBLISH channel message
可用版本
>= 2.0.0
返回值
接收到信息的订阅者数量。
实例
redis 127.0.0.1:6379> PUBLISH mychannel "hello, i m here" (integer) 1
点击查看所有 Redis 教程 文章: https://www.codercto.com/courses/l/33.html
The Mechanics of Web Handling
David R. Roisum
This unique book covers many aspects of web handling for manufacturing, converting, and printing. The book is applicable to any web including paper, film, foil, nonwovens, and textiles. The Mech......一起来看看 《The Mechanics of Web Handling》 这本书的介绍吧!