Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 20, 2025
1 parent 1f98bb9 commit 097d0ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,10 @@ func (client *baseClient) XGroupCreateWithOptions(
//
// Example:
//
// client.XGroupDestroy("mystream", "mygroup")
// ok, err := client.XGroupDestroy("mystream", "mygroup")
// if !ok || err != nil {
// // handle errors
// }
//
// [valkey.io]: https://valkey.io/commands/xgroup-destroy/
func (client *baseClient) XGroupDestroy(key string, group string) (bool, error) {
Expand Down

0 comments on commit 097d0ce

Please sign in to comment.