Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Apr 8, 2024
1 parent 6622391 commit 23c0c6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ public void handle(RemotingContext ctx, KeysRequest request) {
@Override
public void onRecord(Key key, Record record) throws AerospikeException {
if (key != null) {
logger.info("userKey:{}", key);
if (key.userKey != null) {
String userKey = key.userKey.toString();
logger.info("userKey:{}", userKey);
if (all) {
request.setResponse(userKey);
} else if (left) {
Expand Down

0 comments on commit 23c0c6f

Please sign in to comment.