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

Method sscan

redis/commands/core.py:6000–6006  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        cursor: int = 0,
        match: PatternT | None = None,
        count: int | None = None,
    )

Source from the content-addressed store, hash-verified

5998
5999 @overload
6000 def sscan(
6001 self: SyncClientProtocol,
6002 name: KeyT,
6003 cursor: int = 0,
6004 match: PatternT | None = None,
6005 count: int | None = None,
6006 ) -> ScanResponse: ...
6007
6008 @overload
6009 def sscan(

Callers 4

sscan_iterMethod · 0.95
test_sscanMethod · 0.80
test_sscanMethod · 0.80
sscan_iterMethod · 0.80

Calls 2

extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 2

test_sscanMethod · 0.64
test_sscanMethod · 0.64