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/12/28 11:15:57 UTC

[GitHub] [incubator-kvrocks] lt1946 opened a new issue, #1210: tip bug for: zrangebylex

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   latest
   
   ### Minimal reproduce step
   
   latest
   
   ### What did you expect to see?
   
   value1 , value2 , value3
   
   ### What did you see instead?
   
   zadd(key, 1f, "value1");
   zadd(key, 2f, "value2");
   zadd(key, 3f, "value3");
   zadd(key, 4f, "value4");
   zadd(key, 5f, "value5");
   zadd(key, 6f, "value6");
   zadd(key, 7f, "value7");
   zadd(key, 8f, "value8");
   zadd(key, 9f, "value9");
   zadd(key, 10f, "value10");
   
   zrangebylex(key, "-", "[value3");
   
   will get result: value1 , value2 , value3 , value10
   
   ### 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] ShooterIT closed issue #1210: tip bug for: zrangebylex

Posted by GitBox <gi...@apache.org>.
ShooterIT closed issue #1210: tip bug for: zrangebylex
URL: https://github.com/apache/incubator-kvrocks/issues/1210


-- 
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] ShooterIT commented on issue #1210: tip bug for: zrangebylex

Posted by GitBox <gi...@apache.org>.
ShooterIT commented on issue #1210:
URL: https://github.com/apache/incubator-kvrocks/issues/1210#issuecomment-1366610113

   it should not be a bug.
   i think the result is `value1 , value10, value2 , value3 `, the Lexicographic order of `value10` is less than `value2`


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