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/30 03:33:26 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new issue, #799: Unexpected behavior in configuration parsing

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   unstable
   
   ### Minimal reproduce step
   
   In kvrocks.conf
   
   ```
   somekey1 = value # comment
   somekey2 = "value x" # comment
   ```
   
   ### What did you expect to see?
   
   The parsed items:
   ```
   {"somekey1": "value", "somekey1": "value x"}
   ```
   
   ### What did you see instead?
   
   The parsed items:
   ```
   {"somekey1": "value # comment", "somekey1": "\"value x\" # comment"}
   ```
   
   ### 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: 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 commented on issue #799: Unexpected behavior in configuration parsing

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #799:
URL: https://github.com/apache/incubator-kvrocks/issues/799#issuecomment-1231181930

   Good catch, Redis also not support inline comment and I think it'll be better if we can support.


-- 
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


[GitHub] [incubator-kvrocks] git-hulk closed issue #799: Unexpected behavior in configuration parsing

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #799: Unexpected behavior in configuration parsing
URL: https://github.com/apache/incubator-kvrocks/issues/799


-- 
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