haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
opt
/
redis-7
/
src
/
commands
/
Filename :
sentinel-reset.json
back
Copy
{ "RESET": { "summary": "Resets Redis masters by name matching a pattern.", "complexity": "O(N) where N is the number of monitored masters", "group": "sentinel", "since": "2.8.4", "arity": 3, "container": "SENTINEL", "function": "sentinelCommand", "command_flags": [ "ADMIN", "SENTINEL", "ONLY_SENTINEL" ], "reply_schema": { "type": "integer", "description": "The number of masters that were reset." }, "arguments": [ { "name": "pattern", "type": "pattern" } ] } }