MCPcopy
hub / github.com/redis/redis-py / pubsub_channels

Method pubsub_channels

redis/commands/core.py:10664–10666  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, pattern: PatternT = "*", **kwargs
    )

Source from the content-addressed store, hash-verified

10662
10663 @overload
10664 def pubsub_channels(
10665 self: SyncClientProtocol, pattern: PatternT = "*", **kwargs
10666 ) -> list[bytes | str]: ...
10667
10668 @overload
10669 def pubsub_channels(

Calls 1

execute_commandMethod · 0.45