按条件订阅频道
我正在寻找一些提供发布/订阅模型的工具,但字符串通道允许按条件订阅某些数据。
我需要将消息发布到 websocket 连接,每个连接都对应于适合数字范围 mongodb 查询的经过身份验证的用户。
Im looking for some tool that provides pub/sub model, but instead string channels allows to subscribe on some data by criteria.
I need to publish message to websocket connections each of them correspond to authenticated userwho fit numeric range mongodb query.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读此内容:http://redis.io/topics/pubsub
Redis 允许基于模式的订阅(不是通过虽然正则表达式,但允许星号运算符)。
Read this: http://redis.io/topics/pubsub
Redis allows pattern-based subscription (not by regexp though, but allows asterisk operator).