Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: tjzhang-BQ <111323543+tjzhang-BQ@users.noreply.github.com>
  • Loading branch information
tjzhang-BQ authored Dec 13, 2024
1 parent 6dae9b8 commit 0fa77fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go/api/set_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ type SetCommands interface {
//
// Parameters:
// key - The key of the set.
// cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search.
// For Valkey 8.0 and above, negative cursors are treated like the initial cursor("0") instead of throwing an error.
// cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search. For Valkey 8.0 and above, negative cursors are treated like the initial cursor("0") instead of throwing an error.
//
// Return value:
// An array of the cursor and the subset of the set held by `key`. The first element is always the `cursor` and
Expand Down Expand Up @@ -368,8 +367,7 @@ type SetCommands interface {
//
// Parameters:
// key - The key of the set.
// cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search.
// For Valkey 8.0 and above, negative cursors are treated like the initial cursor("0") instead of throwing an error.
// cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search. For Valkey 8.0 and above, negative cursors are treated like the initial cursor("0") instead of throwing an error.
// options - [BaseScanOptions]
//
// Return value:
Expand Down

0 comments on commit 0fa77fb

Please sign in to comment.