Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我在其他后端处理一些事情之后会把结果推送到redis的指定list里面
现在我想监控redis,list里面有新内容之后触发事件然后发送内容
我应该怎么做
建议使用消息队列
https://redis.io/topics/pubsub
@rainchan 有demo吗,redis这个需求改不了
轮训(