tornado-redis
tornado-redis copied to clipboard
Add psubscribe method to pubsub BaseSubscriber class?
It'd be really helpful if a psubscribe
method was available on BaseSubscriber
, functioning similarly to subscribe
.
You're just in time :)
To complete #60 I need to test and improve PSUBSCRIBE support. BaseSubscriber
class is the best place to do this.
Thanks.