DudeWhoCode / kulay

High speed message passing between various queues and services
MIT License
12 stars 1 forks source link

Add redis pubsub command #19

Closed DudeWhoCode closed 7 years ago

DudeWhoCode commented 7 years ago

Similar to passing messages from redis queue to other services, Need to implement redis pubsub module where we can publish messages to a redis channel or subscribe messages from different channels and pass them around to different services.