Rafiot opened a new issue, #1659: URL: https://github.com/apache/kvrocks/issues/1659
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version Ubuntu 23.04 kvrocks 2.4 and 2.5 ### Minimal reproduce step `SISMEMBER foo bar` (if `foo` doesn't exist) ### What did you expect to see? 0 (as redis does: https://redis.io/commands/sismember/): ``` 127.0.0.1:6379> SISMEMBER foo bar (integer) 0 ``` ### What did you see instead? ``` 127.0.0.1:6666> SISMEMBER foo bar (error) ERR NotFound: ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
