ggyuchive opened a new issue, #3335: URL: https://github.com/apache/kvrocks/issues/3335
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version kvrocks v2.14.0 ### Minimal reproduce step Enter `command getkeys msetex 3 a b c d e f nx` in redis-cli ### What did you expect to see? ``` 127.0.0.1:6666> command getkeys msetex 3 a b c d e f nx 1) "a" 2) "c" 3) "e" ``` ### What did you see instead? ``` 127.0.0.1:6666> command getkeys msetex 3 a b c d e f nx 1) "a" 2) "c" 3) "e" 4) "nx" ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [x] 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]
