mirror of https://mirror.osredm.com/root/redis.git
Move WITHATTRIBS token from vlinks to vsim (#14194)
# Description The `WITHATTRIBS` token was incorrectly documented under the `vlinks` command in #14065
This commit is contained in:
parent
75cdc51f86
commit
d86cf66101
|
@ -166,6 +166,12 @@
|
|||
"type": "pure-token",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"token": "WITHATTRIBS",
|
||||
"name": "withattribs",
|
||||
"type": "pure-token",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"token": "COUNT",
|
||||
"name": "count",
|
||||
|
@ -291,12 +297,6 @@
|
|||
"name": "withscores",
|
||||
"type": "pure-token",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"token": "WITHATTRIBS",
|
||||
"name": "withattribs",
|
||||
"type": "pure-token",
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue