Skip to content

Commit

Permalink
Go: ZScore - test case updated
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 13, 2025
1 parent 9d6afc6 commit f3fd735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/api/sorted_set_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ type SortedSetCommands interface {
// "three": 3.0,
// }
//
// zAddResult, err := client.ZAdd(key1, membersScores)
// zScoreResult, err := client.ZScore(key1, "one")
// zAddResult, err := client.ZAdd("key1", membersScores)
// zScoreResult, err := client.ZScore("key1", "one")
// //fmt.Println(zScoreResult) // Value: 1.0
//
// [valkey.io]: https://valkey.io/commands/zscore/
Expand Down

0 comments on commit f3fd735

Please sign in to comment.