The GitHub Actions job "CI" on kvrocks.git has succeeded. Run started by GitHub user git-hulk (triggered by git-hulk).
Head commit for run: 86d34ac766d2765223594cdb11f03b5eef33345e / hulk <hulk.webs...@gmail.com> Fix missing fields in HELLO command response (#2150) Currently, we're missing the 'version', 'role', 'modules' in the HELLO command which may cause compatibility issue in some clients like Java lettuce: ``` Caused by: java.lang.IllegalArgumentException: Version must not be null at io.lettuce.core.internal.LettuceAssert.notNull(LettuceAssert.java:71) at io.lettuce.core.RedisHandshake$RedisVersion.<init>(RedisHandshake.java:333) at io.lettuce.core.RedisHandshake$RedisVersion.of(RedisHandshake.java:362) at io.lettuce.core.RedisHandshake.applyPostHandshake(RedisHandshake.java:249) at io.lettuce.core.RedisHandshake.lambda$initialize$0(RedisHandshake.java:99) ``` For the HELLO command response refer: https://redis.io/commands/hello/ Report URL: https://github.com/apache/kvrocks/actions/runs/8228303639 With regards, GitHub Actions via GitBox