Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Mar 10, 2024
1 parent 5154597 commit 9990a8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public List<String> list() {
}

public RFuture<List<String>> listAsync() {
return commandExecutor.readAsync(getName(), codec, TOPK_LIST, getName());
return commandExecutor.readAsync(getName(), StringCodec.INSTANCE, TOPK_LIST, getName());
}

/**
Expand Down

0 comments on commit 9990a8f

Please sign in to comment.