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

Head commit for run:
64943dddcb550c64efb29004ada7e5a03a74e8a9 / Binbin <binloveplay1...@qq.com>
Fix SISMEMBER should return 0 when key does not exist

Because we didn't check for not found, causing SISMEMBER
to return an error instead of 0 when the key doesn't exist:
```
127.0.0.1:6379> SISMEMBER foo bar
(integer) 0

127.0.0.1:6666> SISMEMBER foo bar
(error) ERR NotFound:
```

I also checked smismember and it's ok.
Fixes #1659.

Report URL: https://github.com/apache/kvrocks/actions/runs/5819255897

With regards,
GitHub Actions via GitBox

Reply via email to