summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorranshid <88133677+ranshid@users.noreply.github.com>2022-06-07 04:11:58 +0300
committerGitHub <noreply@github.com>2022-06-06 18:11:58 -0700
commitb4772f63810de3099c3cfcb073c2041349f05fc1 (patch)
tree0389667c53b7c18cfeddf3bb92bebd1b2a3691f6
parentb0272252f7ade8dd9894d9375a456c5da7f994b1 (diff)
downloadredis-b4772f63810de3099c3cfcb073c2041349f05fc1.tar.gz
Fix bitfield_ro documentation (#10820)
Current documentation only states a single GET token is needed which is not true. Marking the command with multiple_token.
-rw-r--r--src/commands/bitfield_ro.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/bitfield_ro.json b/src/commands/bitfield_ro.json
index 951fde0f5..cb93fa63d 100644
--- a/src/commands/bitfield_ro.json
+++ b/src/commands/bitfield_ro.json
@@ -44,6 +44,7 @@
"name": "encoding_offset",
"type": "block",
"multiple": "true",
+ "multiple_token": "true",
"arguments": [
{
"name": "encoding",