Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 470 Bytes

mpsc.rst

File metadata and controls

21 lines (12 loc) · 470 Bytes

aioredis.pubsub

aioredis.pubsub module

Module provides a Pub/Sub listener interface implementing multi-producers, single-consumer queue pattern.

Receiver

To do: few words regarding exclusive channel usage.

_Sender

Bases: aioredis.abc.AbcChannel

Not to be used directly, returned by Receiver.channel or Receiver.pattern() calls.