mirror of https://mirror.osredm.com/root/redis.git
Fix EVAL_RO json command format (#11755)
We should always use space instead of Tab, this PR fix the wrong code format
This commit is contained in:
parent
ad72cb7797
commit
5a355883c1
|
@ -51,13 +51,13 @@
|
|||
"name": "key",
|
||||
"type": "key",
|
||||
"key_spec_index": 0,
|
||||
"optional":true,
|
||||
"optional":true,
|
||||
"multiple": true
|
||||
},
|
||||
{
|
||||
"name": "arg",
|
||||
"type": "string",
|
||||
"optional":true,
|
||||
"optional":true,
|
||||
"multiple": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue