Skip to content

Commit

Permalink
feature: support hlen protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Apr 18, 2024
1 parent 327aad7 commit e99c433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Test, Check style, Check PMD, Check license with Maven and Java"
if: matrix.java == '8'
run: |
./mvnw -T 4C clean test -Dasp-client.version=6.3.0 && sh ./tools/check_format.sh
./mvnw clean test -Dasp-client.version=6.3.0 && sh ./tools/check_format.sh
- name: "Test with Maven and Java${{ matrix.java }}"
if: matrix.java != '8'
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void handle(RemotingContext ctx, HLenRequest request) {
public void onSuccess(Key key, Object obj) {
request.setResponse(obj.toString());
write(ctx, request);
logger.info("hlen response:{}", obj);
}

@Override
Expand Down

0 comments on commit e99c433

Please sign in to comment.