You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "zevin02 (via GitHub)" <gi...@apache.org> on 2023/05/21 13:37:48 UTC

[GitHub] [incubator-kvrocks] zevin02 opened a new issue, #1455: If a middle field is missing in kvrocks hmget, it returns nil for all subsequent fields, regardless of their existence.

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   # Version
   unstable
   
   # Description
   When using the hmget function in kvrocks, if a middle field does not exist, all subsequent fields returned by the function are nil
   # Minimal reproduce step
   in kvrocks
   ![Screenshot from 2023-05-21 21-01-41](https://github.com/apache/incubator-kvrocks/assets/92536645/445736c9-37f4-4fd2-b60a-975edd863798)
   
   # What did you expect to see?
   In Redis, it is possible to find subsequent fields even if the middle field is missing, unlike in kvrocks where hmget returns nil for all subsequent fields when a middle field is absent.
   ![Screenshot from 2023-05-21 21-02-19](https://github.com/apache/incubator-kvrocks/assets/92536645/9238ed93-d50e-4222-b837-18d625df71a2)
   
   
   
   ### Solution
   
   _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] infdahai commented on issue #1455: If a middle field is missing in kvrocks hmget, it returns nil for all subsequent fields, regardless of their existence.

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

   I can't reproduce this result. I use the unstable branch. 
   
   ![image](https://github.com/apache/incubator-kvrocks/assets/30547248/53787574-68b7-427f-911c-99b1cc066b2a)
   


-- 
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] zevin02 closed issue #1455: If a middle field is missing in kvrocks hmget, it returns nil for all subsequent fields, regardless of their existence.

Posted by "zevin02 (via GitHub)" <gi...@apache.org>.
zevin02 closed issue #1455: If a middle field is missing in kvrocks hmget, it returns nil for all subsequent fields, regardless of their existence.
URL: https://github.com/apache/incubator-kvrocks/issues/1455


-- 
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 commented on issue #1455: If a middle field is missing in kvrocks hmget, it returns nil for all subsequent fields, regardless of their existence.

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

   I think it may be introduced in your PR: https://github.com/apache/incubator-kvrocks/pull/1453


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