Skip to content

Commit

Permalink
Merge branch 'java/integ_guiang_sscan' into dev_guiang_zscan
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo authored Jun 28, 2024
2 parents da3ed24 + 49c4cb0 commit f6ebffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/client/src/main/java/glide/api/BaseClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,6 @@ public CompletableFuture<Object[]> sscan(
String[] arguments = concatenateArrays(new String[] {key, cursor}, sScanOptions.toArgs());
return commandManager.submitNewCommand(SScan, arguments, this::handleArrayResponse);
}

@Override
public CompletableFuture<Object[]> zscan(@NonNull String key, @NonNull String cursor) {
String[] arguments = new String[] {key, cursor};
Expand Down

0 comments on commit f6ebffa

Please sign in to comment.