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.
 
 
 

27 lines
774 B

{
"KEYS": {
"summary": "Find all keys matching the given pattern",
"complexity": "O(N) with N being the number of keys in the database, under the assumption that the key names in the database and the given pattern have limited length.",
"group": "generic",
"since": "1.0.0",
"arity": 2,
"function": "keysCommand",
"command_flags": [
"READONLY"
],
"acl_categories": [
"KEYSPACE",
"DANGEROUS"
],
"command_tips": [
"REQUEST_POLICY:ALL_SHARDS",
"NONDETERMINISTIC_OUTPUT_ORDER"
],
"arguments": [
{
"name": "pattern",
"type": "pattern"
}
]
}
}