Redis Multiple Subscribers

穿精又带淫゛_ 提交于 2020-01-14 10:44:06

问题


I've have multiple subscribers who are subscribed to the same Redis channel. Does Redis guarantee that all subscribers get all the messages that are pushed into the channel after the subscribers subscribes for the channel ?


回答1:


From redis docs

Messages sent by other clients to these channels will be pushed by Redis to all the subscribed clients.

I guess thats a Yes to your question.



来源:https://stackoverflow.com/questions/17255314/redis-multiple-subscribers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!