Skip to content

Commit

Permalink
Fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jun 29, 2024
1 parent 80b7a9f commit 2c63677
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,4 @@ CompletableFuture<String> restore(
* }</pre>
*/
CompletableFuture<Long> sortStore(String key, String destination);
CompletableFuture<Object[]> sscan(String key, long cursor);

CompletableFuture<Object[]> sscan(String key, long cursor, ScanOptions scanOptions);
}

0 comments on commit 2c63677

Please sign in to comment.