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

Method hotkeys_start

redis/commands/core.py:2300–2308  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        metrics: List[HotkeysMetricsTypes],
        count: int | None = None,
        duration: int | None = None,
        sample_ratio: int | None = None,
        slots: List[int] | None = None,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

2298
2299 @overload
2300 def hotkeys_start(
2301 self: SyncClientProtocol,
2302 metrics: List[HotkeysMetricsTypes],
2303 count: int | None = None,
2304 duration: int | None = None,
2305 sample_ratio: int | None = None,
2306 slots: List[int] | None = None,
2307 **kwargs,
2308 ) -> bytes | str: ...
2309
2310 @overload
2311 def hotkeys_start(

Calls 3

extendMethod · 0.45
appendMethod · 0.45
execute_commandMethod · 0.45