Thursday, 11 May 2017

How to get all Redis Pub/Sub channels using Node.js?

I want to find out what are all the avaliable channels (and subscribers) in Redis Pub/Sub.

I want to do it so I could build a ui to display the current pub/sub status.

From looking on the redis and ioredis packages I couldn't find anything...

Any ideas will be helpful, Thanks!



via user3328621

No comments:

Post a Comment