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 47885dc commit 0b990d2
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 @@ -251,7 +251,7 @@ type SortedSetCommands interface {
//
// Return value:
// A `KeyWithMemberAndScore` struct containing the key where the member was popped out, the member
// itself, and the member score. If no member could be popped and the `timeout` expired, returns `null`.
// itself, and the member score. If no member could be popped and the `timeout` expired, returns `nil`.
//
// example
// zaddResult1, err := client.ZAdd(key1, map[string]float64{"a": 1.0, "b": 1.5})
Expand Down

0 comments on commit 0b990d2

Please sign in to comment.