taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Add support for listing all subscribed channels #187

Closed pupeno closed 7 years ago

pupeno commented 7 years ago

http://stackoverflow.com/questions/8165188/redis-command-to-get-all-available-channels-for-pub-sub

ptaoussanis commented 7 years ago

Hi Pablo, sorry for the delay replying.

Just to clarify: you're asking about adding support for the PUBSUB CHANNELS command to Carmine? Should already be available from what I can tell?

Also keep in mind that you can always use car/redis-call to execute arbitrary Redis commands (for example, if they're added to Redis but haven't been made available in Carmine yet).

Does that help?