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

Method pubsub_numsub

redis/commands/core.py:10718–10720  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, *args: ChannelT, **kwargs
    )

Source from the content-addressed store, hash-verified

10716
10717 @overload
10718 def pubsub_numsub(
10719 self: SyncClientProtocol, *args: ChannelT, **kwargs
10720 ) -> list[tuple[bytes | str, int]]: ...
10721
10722 @overload
10723 def pubsub_numsub(

Callers 15

query_geo.pyFile · 0.80
home_json.pyFile · 0.80
query_agg.pyFile · 0.80
query_em.pyFile · 0.80
query_ft.pyFile · 0.80
geo_index.pyFile · 0.80
query_range.pyFile · 0.80
query_combined.pyFile · 0.80
createIndexMethod · 0.80

Calls 1

execute_commandMethod · 0.45