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

Method keys

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

Source from the content-addressed store, hash-verified

3520
3521 @overload
3522 def keys(
3523 self: SyncClientProtocol, pattern: PatternT = "*", **kwargs
3524 ) -> list[bytes | str]: ...
3525
3526 @overload
3527 def keys(

Calls 1

execute_commandMethod · 0.45