Skip to content

Commit

Permalink
Update go/api/base_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Joseph Brinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
  • Loading branch information
jbrinkman and Yury-Fridlyand committed Jan 20, 2025
1 parent b08ed6e commit 81e3cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2684,7 +2684,7 @@ func (client *baseClient) ZRemRangeByScore(key string, rangeQuery options.RangeB
// Example:
//
// //Creates the consumer "myconsumer" in consumer group "mygroup"
// success, err := client.xgroupCreateConsumer("mystream", "mygroup", "myconsumer").get();
// success, err := client.xgroupCreateConsumer("mystream", "mygroup", "myconsumer")
// if err == nil && success {
// fmt.Println("Consumer created")
// }
Expand Down

0 comments on commit 81e3cd3

Please sign in to comment.