当前位置:网站首页>Redis publish subscribe command line implementation
Redis publish subscribe command line implementation
2022-07-05 06:07:00 【A light wind and light clouds】
- Open a client subscription channel1
SUBSCRIBE channel1

2、 Open another client , to channel1 Release the news hello
publish channel1 hello

Back to 1 Is the number of subscribers
Open the first client to see the sent message

notes : Published messages are not persistent , If the subscription client does not receive hello, Only messages published after subscription can be received
边栏推荐
- Educational Codeforces Round 116 (Rated for Div. 2) E. Arena
- 1040 Longest Symmetric String
- LeetCode 0108.将有序数组转换为二叉搜索树 - 数组中值为根,中值左右分别为左右子树
- 2022年贵州省职业院校技能大赛中职组网络安全赛项规程
- 【实战技能】非技术背景经理的技术管理
- 【实战技能】如何做好技术培训?
- 传统数据库逐渐“难适应”,云原生数据库脱颖而出
- Spark中groupByKey() 和 reduceByKey() 和combineByKey()
- Appium automation test foundation - Summary of appium test environment construction
- 1.13 - RISC/CISC
猜你喜欢

SQLMAP使用教程(二)实战技巧一

Wazuh开源主机安全解决方案的简介与使用体验

开源存储这么香,为何我们还要坚持自研?

wordpress切换页面,域名变回了IP地址

The connection and solution between the shortest Hamilton path and the traveling salesman problem

MIT-6874-Deep Learning in the Life Sciences Week 7

个人开发的渗透测试工具Satania v1.2更新

MatrixDB v4.5.0 重磅发布,全新推出 MARS2 存储引擎!

leetcode-6110:网格图中递增路径的数目

【Jailhouse 文章】Jailhouse Hypervisor
随机推荐
“磐云杯”中职网络安全技能大赛A模块新题
One question per day 1447 Simplest fraction
leetcode-6109:知道秘密的人数
Groupbykey() and reducebykey() and combinebykey() in spark
Smart construction site "hydropower energy consumption online monitoring system"
Implement an iterative stack
Data visualization chart summary (II)
EOJ 2021.10 E. XOR tree
[article de jailhouse] jailhouse hypervisor
Transform optimization problems into decision-making problems
【Rust 笔记】14-集合(上)
Data visualization chart summary (I)
Introduction and experience of wazuh open source host security solution
RGB LED infinite mirror controlled by Arduino
[rust notes] 15 string and text (Part 1)
Brief introduction to tcp/ip protocol stack
[rust notes] 14 set (Part 2)
One question per day 2047 Number of valid words in the sentence
Daily question 2006 Number of pairs whose absolute value of difference is k
Common optimization methods