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

Method object

redis/commands/core.py:1846–1846  ·  view source on GitHub ↗
(self: SyncClientProtocol, infotype: str, key: KeyT, **kwargs)

Source from the content-addressed store, hash-verified

1844
1845 @overload
1846 def object(self: SyncClientProtocol, infotype: str, key: KeyT, **kwargs) -> Any: ...
1847
1848 @overload
1849 def object(

Calls 1

execute_commandMethod · 0.45