Skip to content

Commit

Permalink
Update go/api/sorted_set_commands.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]>
  • Loading branch information
jbrinkman and Yury-Fridlyand committed Jan 6, 2025
1 parent 0b990d2 commit 3f79bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/sorted_set_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ type SortedSetCommands interface {
// - When in cluster mode, all `keys` must map to the same hash slot.
// - `BZPOPMIN` is a client blocking command, see [Blocking Commands] for more details and best practices.
//
// see [valkey.io] for more details.
// See [valkey.io] for more details.
//
// Parameters:
// keys - The keys of the sorted sets.
Expand Down

0 comments on commit 3f79bc5

Please sign in to comment.