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

Method mget

redis/commands/core.py:3609–3611  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, keys: KeysT, *args: EncodableT
    )

Source from the content-addressed store, hash-verified

3607
3608 @overload
3609 def mget(
3610 self: SyncClientProtocol, keys: KeysT, *args: EncodableT
3611 ) -> list[bytes | str | None]: ...
3612
3613 @overload
3614 def mget(

Calls 2

list_or_argsFunction · 0.85
execute_commandMethod · 0.45