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

Method scan

redis/commands/core.py:5919–5926  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        cursor: int = 0,
        match: PatternT | None = None,
        count: int | None = None,
        _type: str | None = None,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

5917
5918 @overload
5919 def scan(
5920 self: SyncClientProtocol,
5921 cursor: int = 0,
5922 match: PatternT | None = None,
5923 count: int | None = None,
5924 _type: str | None = None,
5925 **kwargs,
5926 ) -> ScanResponse: ...
5927
5928 @overload
5929 def scan(

Callers 15

scan_iterMethod · 0.95
cmds_generic.pyFile · 0.80
test_scanMethod · 0.80
test_scan_typeMethod · 0.80
test_cluster_scanMethod · 0.80
test_scanMethod · 0.80
test_scan_typeMethod · 0.80
test_cluster_scanMethod · 0.80

Calls 2

extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 10

test_scanMethod · 0.64
test_scan_typeMethod · 0.64
test_cluster_scanMethod · 0.64
test_scanMethod · 0.64
test_scan_typeMethod · 0.64
test_cluster_scanMethod · 0.64