当前位置:网站首页>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
边栏推荐
- 1040 Longest Symmetric String
- Simple knapsack, queue and stack with deque
- Over fitting and regularization
- leetcode-556:下一个更大元素 III
- 【Jailhouse 文章】Performance measurements for hypervisors on embedded ARM processors
- leetcode-1200:最小绝对差
- Dichotomy, discretization, etc
- 927. Trisection simulation
- Typical use cases for knapsacks, queues, and stacks
- Convolution neural network -- convolution layer
猜你喜欢

F - Two Exam(AtCoder Beginner Contest 238)

leetcode-6108:解密消息

Full Permutation Code (recursive writing)

Typical use cases for knapsacks, queues, and stacks

Fried chicken nuggets and fifa22

CCPC Weihai 2021m eight hundred and ten thousand nine hundred and seventy-five

Appium automation test foundation - Summary of appium test environment construction

Solution to game 10 of the personal field

Introduction et expérience de wazuh open source host Security Solution

1.13 - RISC/CISC
随机推荐
[jailhouse article] jailhouse hypervisor
Convolution neural network -- convolution layer
LeetCode 1200.最小绝对差
927. 三等分 模拟
The difference between CPU core and logical processor
MIT-6874-Deep Learning in the Life Sciences Week 7
The connection and solution between the shortest Hamilton path and the traveling salesman problem
1040 Longest Symmetric String
Bit mask of bit operation
LeetCode 0108.将有序数组转换为二叉搜索树 - 数组中值为根,中值左右分别为左右子树
Light a light with stm32
从Dijkstra的图灵奖演讲论科技创业者特点
A reason that is easy to be ignored when the printer is offline
Daily question 2006 Number of pairs whose absolute value of difference is k
Brief introduction to tcp/ip protocol stack
“磐云杯”中职网络安全技能大赛A模块新题
Sword finger offer 58 - ii Rotate string left
Solution to game 10 of the personal field
[rust notes] 15 string and text (Part 1)
Spark中groupByKey() 和 reduceByKey() 和combineByKey()