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.

26 lines
562 B

{
"SETNAME": {
"summary": "Set the current connection name",
"complexity": "O(1)",
"group": "connection",
"since": "2.6.9",
"arity": 3,
"container": "CLIENT",
"function": "clientCommand",
"command_flags": [
"NOSCRIPT",
"LOADING",
"STALE"
],
"acl_categories": [
"CONNECTION"
],
"arguments": [
{
"name": "connection-name",
"type": "string"
}
]
}
}