Skip to content

Commit

Permalink
Go: ZCount - fix documentation formatting
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 15, 2025
1 parent 4c59ed6 commit d8ebf66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1596,8 +1596,8 @@ func (client *baseClient) Persist(key string) (bool, error) {
// options.NewInfiniteScoreBoundary(options.PositiveInfinity),
// )
// zCountResult, err := client.ZCount(key1, zCountRange)
// if err!= nil {
// // Print err
// if err != nil {
// // Handle err
// }
// fmt.Println(zCountResult) // Output: 3
//
Expand Down

0 comments on commit d8ebf66

Please sign in to comment.