In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
RedisServer contains two important structures:
1. Channels: it is actually a Map structure of key-value. Key is the subscription channel, and value is the List of Client.
2. Patterns: list of storage mode + client addresses
Find the clients-list from the pubsub_channels that matches the channel in the publish, and then go to the pubsub_patterns to find each matching pattern and client. Send publish messages to these clients.
Log out the subscriber instance when the program terminates or the instance of the class is destroyed, otherwise the subscriber will always exist in the redis.
Redis publisher
Redis 127.0.0.1 Redis is a great caching technique 6379 > PUBLISH redisChat "Redis is a great caching technique"
(integer) 1
Redis 127.0.0.1 Learn redis by tutorials point 6379 > PUBLISH redisChat "Learn redis by tutorials point"
Redis subscriber side:
Redis 127.0.0.1 6379 > SUBSCRIBE redisChat
Reading messages... (press Ctrl-C to quit)
1) "subscribe"
2) "redisChat"
3) (integer) 1
Now, both clients publish redisChat messages with the same channel name and subscribe clients above to receive messages.
The published message will be received by multiple subscribers at the same time
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.