Skip to content

Commit

Permalink
Merge pull request #370 from redis/fix-missing-bitfield-get
Browse files Browse the repository at this point in the history
fix: allows cmds.Bitfield() to be completed by Get()
  • Loading branch information
rueian committed Sep 19, 2023
2 parents 658e982 + dee8d4c commit 8503e0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/cmds/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@
}
]
}
]
],
"optional": true
}
]
}
Expand Down
10 changes: 10 additions & 0 deletions internal/cmds/gen_bitmap.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/cmds/gen_bitmap_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8503e0d

Please sign in to comment.