aleksraiden opened a new issue, #801:
URL: https://github.com/apache/incubator-kvrocks/issues/801

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-kvrocks/issues) and found no 
similar issues.
   
   
   ### Version
   
   694d5617bcb873db8d107decd7fe297e4588360b
   
   ### Minimal reproduce step
   
   - Connect via redis-cli
   - XADD TESTSTREAM * myKey message
   - Then, XREAD TESTSTREAM 0-0
   
   
   ### What did you expect to see?
   
   I expect to see: {myKey, message}
   
   ### What did you see instead?
   
   - We get: { mykey, message }
   
   ### Anything Else?
   
   @torwig known this bug and preparing patch
   
   ### 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]

Reply via email to