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

Method hotkeys_stop

redis/commands/core.py:2370–2370  ·  view source on GitHub ↗
(self: SyncClientProtocol, **kwargs)

Source from the content-addressed store, hash-verified

2368
2369 @overload
2370 def hotkeys_stop(self: SyncClientProtocol, **kwargs) -> bytes | str: ...
2371
2372 @overload
2373 def hotkeys_stop(self: AsyncClientProtocol, **kwargs) -> Awaitable[bytes | str]: ...

Calls 1

execute_commandMethod · 0.45