zevin02 opened a new issue, #1455: URL: https://github.com/apache/incubator-kvrocks/issues/1455
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation # Version unstable # Description When using the hmget function in kvrocks, if a middle field does not exist, all subsequent fields returned by the function are nil # Minimal reproduce step in kvrocks  # What did you expect to see? In Redis, it is possible to find subsequent fields even if the middle field is missing, unlike in kvrocks where hmget returns nil for all subsequent fields when a middle field is absent.  ### Solution _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]
