Skip to content

Commit

Permalink
doc
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 21, 2025
1 parent 4c4acfe commit 6b1a4ed
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 @@ -2935,8 +2935,8 @@ func (client *baseClient) ZRemRangeByScore(key string, rangeQuery options.RangeB
//
// Return value:
//
// A string representing a random member from the sorted set.
// If the sorted set does not exist or is empty, the response will be `nil`.
// A string representing a random member from the sorted set.
// If the sorted set does not exist or is empty, the response will be `nil`.
//
// Example:
//
Expand Down

0 comments on commit 6b1a4ed

Please sign in to comment.