| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
PubSub
PubSub provides publish, subscribe and listen support to Redis channels.
After subscribing to one or more channels, the listen() method will block until a message arrives on one of the subscribed channels. That message will be returned and it's safe to start listening again.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Unsubscribe from any channel matching any pattern in ``patterns``. If empty, unsubscribe from all channels. |
Unsubscribe from ``channels``. If empty, unsubscribe from all channels |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 26 15:54:15 2015 | http://epydoc.sourceforge.net |