We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8a926 commit 549901bCopy full SHA for 549901b
1 file changed
src/socketio/async_pg_manager.py
@@ -11,12 +11,12 @@
11
12
13
class AsyncPgManager(AsyncPubSubManager): # pragma: no cover
14
- """Redis based client manager for asyncio servers.
+ """Postgres based client manager for asyncio servers.
15
16
- This class implements a Redis backend for event sharing across multiple
+ This class implements a Postgres backend for event sharing across multiple
17
processes.
18
19
- To use a Redis backend, initialize the :class:`AsyncServer` instance as
+ To use a Postgres backend, initialize the :class:`AsyncServer` instance as
20
follows::
21
22
server = socketio.AsyncServer(
0 commit comments