Home > Q&A > body text
我知道直接用控制台打开Redis客户端,键入pubsub channels就可以查询到当前已有的订阅列表。
pubsub channels
我在Java程序中使用了jedis访问Redis,请问使用哪个方法可以查询到当前数据库已有的订阅列表?
黄舟2017-04-18 10:04:29
OnepubsubChannels is enough.
pubsubChannels