jonathanslenders / asyncio-redis

Redis client for Python asyncio (PEP 3156)
http://asyncio-redis.readthedocs.org/
Other
552 stars 74 forks source link

subscribe callback support #113

Open moldyreed opened 7 years ago

moldyreed commented 7 years ago

Hi there.

Are you plan to make a subscribe callback support? I mean something like that subscriber.subscribe([ 'channel' ], someCallbackMethod)

Thanks.