Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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]: ...
Callers
6
test_config_resetstat
Method · 0.80
test_cluster_config_resetstat
Method · 0.80
test_config_resetstat
Method · 0.80
test_config_resetstat
Method · 0.80
test_cluster_config_resetstat
Method · 0.80
test_config_resetstat
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
6
test_config_resetstat
Method · 0.64
test_cluster_config_resetstat
Method · 0.64
test_config_resetstat
Method · 0.64
test_config_resetstat
Method · 0.64
test_cluster_config_resetstat
Method · 0.64
test_config_resetstat
Method · 0.64