The GitHub Actions job "CI" on kvrocks.git has failed. Run started by GitHub user git-hulk (triggered by git-hulk).
Head commit for run: 3df2070be43a54689e68acf289da458682dd378c / git-hulk <hulk.webs...@gmail.com> Implement the RESP3 null for the nil string and array For the null type in RESP2, the nil string is represented by `$-1\r\n` and nil array is `*-1\r\n`. But after RESP3, they will be reduced into an unify string `_\r\n`. So in this PR, most of them are renamed redis::MultiBulkString/Redis::NilString to connection::MultiBulkString and connection::NilString. Report URL: https://github.com/apache/kvrocks/actions/runs/7519621984 With regards, GitHub Actions via GitBox