SignalR 如何借助redis 实现跨进程通信
摘要:关于redis的订阅和发布功能,这里讲到比较好https://redisbook.readthedocs.io/en/latest/feature/pubsub.html signalr 实际上就是使用了Redis内置的发布订阅功能来同步不同服务器上的客户端信息。 每个连接有一个connection
阅读全文
posted @ 2020-10-29 19:55