Skip to content

Commit

Permalink
Minor doc fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Niharika Bhavaraju <[email protected]>
  • Loading branch information
niharikabhavaraju committed Jan 27, 2025
1 parent 5ee0842 commit 1ccd26c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6830,7 +6830,10 @@ func (client *baseClient) XRevRangeWithOptions(
// key - The key of the string.
// subCommands - The subCommands to be performed on the binary value of the string at
// key, which could be any of the following:
// BitFieldGet, BitFieldSet, BitFieldIncrby, BitFieldOverflow.
// - [BitFieldGet].
// - [BitFieldSet].
// - [BitFieldIncrby].
// - [BitFieldOverflow].
// Use `options.NewBitFieldGet()` to specify a BitField GET command.
// Use `options.NewBitFieldSet()` to specify a BitField SET command.
// Use `options.NewBitFieldIncrby()` to specify a BitField INCRYBY command.
Expand Down Expand Up @@ -6886,7 +6889,7 @@ func (client *baseClient) BitField(key string, subCommands []options.BitFieldSub
// key - The key of the string.
// subCommands - The read-only subCommands to be performed on the binary value
// of the string at key, which could be:
// BitFieldGet.
// - [BitFieldGet].
// Use `options.NewBitFieldGet()` to specify a BitField GET command.
//
// Return value:
Expand Down

0 comments on commit 1ccd26c

Please sign in to comment.