The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by aleksraiden).

Head commit for run:
2d6f9759768d5120320ab7c1d8270af6a889bae5 / git-hulk <hulk.webs...@gmail.com>
Fix missing fields in HELLO command response

Currently, we're missing the 'version', 'role', 'modules' in HELLO
command which may cause the compability 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/8223057264

With regards,
GitHub Actions via GitBox

Reply via email to