Skip to content

Commit

Permalink
Update go/api/base_client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Liang <[email protected]>
Signed-off-by: Joseph Brinkman <[email protected]>
  • Loading branch information
jbrinkman and edlng authored Feb 10, 2025
1 parent 857b322 commit 41679cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/base_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@ func (client *baseClient) SortWithOptions(key string, options *options.SortOptio
//
// An Array of sorted elements.
//
// [valkey.io]: https://valkey.io/commands/sort/
// [valkey.io]: https://valkey.io/commands/sort_ro/
func (client *baseClient) SortReadOnly(key string) ([]Result[string], error) {
result, err := client.executeCommand(C.SortReadOnly, []string{key})
if err != nil {
Expand Down

0 comments on commit 41679cf

Please sign in to comment.