Skip to content

Commit 8503e0d

Browse files
authored
Merge pull request #370 from redis/fix-missing-bitfield-get
fix: allows cmds.Bitfield() to be completed by Get()
2 parents 658e982 + dee8d4c commit 8503e0d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

hack/cmds/commands.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@
317317
}
318318
]
319319
}
320-
]
320+
],
321+
"optional": true
321322
}
322323
]
323324
}

internal/cmds/gen_bitmap.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/cmds/gen_bitmap_test.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)