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

Method config_resetstat

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

Source from the content-addressed store, hash-verified

1445
1446 @overload
1447 def config_resetstat(self: SyncClientProtocol, **kwargs) -> bool: ...
1448
1449 @overload
1450 def config_resetstat(self: AsyncClientProtocol, **kwargs) -> Awaitable[bool]: ...

Calls 1

execute_commandMethod · 0.45

Tested by 6

test_config_resetstatMethod · 0.64
test_config_resetstatMethod · 0.64
test_config_resetstatMethod · 0.64
test_config_resetstatMethod · 0.64