You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "segment11 (via GitHub)" <gi...@apache.org> on 2023/02/17 04:32:24 UTC

[GitHub] [incubator-kvrocks] segment11 opened a new issue, #1265: Support fix a unique slot for multi keys with the same prefix

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   So that I can specified some key/value save in the same slot, read more efficient and do transaction easy.
   
   ### Solution
   
   For example, keys: my-prefix@@suffix1, my-prefix@@suffix2...
   only use my-prefix to do hash and find a slot.
   
   ### 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] segment11 closed issue #1265: Support fix a unique slot for multi keys with the same prefix

Posted by "segment11 (via GitHub)" <gi...@apache.org>.
segment11 closed issue #1265: Support fix a unique slot for multi keys with the same prefix
URL: https://github.com/apache/incubator-kvrocks/issues/1265


-- 
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] caipengbo commented on issue #1265: Support fix a unique slot for multi keys with the same prefix

Posted by "caipengbo (via GitHub)" <gi...@apache.org>.
caipengbo commented on issue #1265:
URL: https://github.com/apache/incubator-kvrocks/issues/1265#issuecomment-1434092583

   Can hash tag meet your needs?
   
   https://github.com/apache/incubator-kvrocks/blob/e1cc7f68aeb6b649286157b5676631f41936bf27/src/cluster/redis_slot.cc#L67


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