gpt4 book ai didi

node.js - 有没有可能知道有多少客户在redis中订阅了 "channel"?

转载 作者:IT王子 更新时间:2023-10-29 05:57:22 26 4
gpt4 key购买 nike

我没有找到任何命令来知道有多少客户端在 redis 中订阅了一个 channel (订阅)...有人知道吗?

谢谢,

最佳答案

Publish

Return value
Integer reply: the number of clients that received the message.

这样,当您发布到您的 channel 时,您会被告知有多少用户已连接。


您也可以使用 incr 自行跟踪此信息当有人订阅该 channel 和 decr 时增加计数器取消订阅该 channel 。这样您就可以始终了解有多少用户连接到该 channel 。

关于node.js - 有没有可能知道有多少客户在redis中订阅了 "channel"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5532659/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com