redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
824 B

{
"GET": {
"summary": "Get the slow log's entries",
"complexity": "O(N) where N is the number of entries returned",
"group": "server",
"since": "2.2.12",
"arity": -2,
"container": "SLOWLOG",
"function": "slowlogCommand",
"history": [
[
"4.0.0",
"Added client IP address, port and name to the reply."
]
],
"command_flags": [
"ADMIN",
"LOADING",
"STALE"
],
"command_tips": [
"REQUEST_POLICY:ALL_NODES",
"NONDETERMINISTIC_OUTPUT"
],
"arguments": [
{
"name": "count",
"type": "integer",
"optional": true
}
]
}
}