You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/31 15:12:22 UTC

[GitHub] [incubator-kvrocks] aleksraiden opened a new issue, #801: key from STREAM are always in lowercase

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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk closed issue #801: key from STREAM are always in lowercase

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #801: key from STREAM are always in lowercase
URL: https://github.com/apache/incubator-kvrocks/issues/801


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org