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/09/29 02:45:01 UTC

[GitHub] [incubator-kvrocks] caipengbo opened a new issue, #928: Type and Scan commands are inconsistent with Redis

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Version
   
   Release 2.1.0
   
   ### Minimal reproduce step
   
   1. [Type command](https://redis.io/commands/type/) return simple string in redis, but return bulk string in kvrocks.
   2. [Scan command](https://redis.io/commands/scan/) can return empty key in redis, but return none in kvrocks.
   
   ### What did you expect to see?
   
   These two commands should be consistent with Redis.
   
   ### What did you see instead?
   
   The semantics of the Type and Scan commands are inconsistent with redis.
   
   ### Anything Else?
   
   _No response_
   
   ### 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 #928: TYPE and SCAN commands are inconsistent with Redis

Posted by "git-hulk (via GitHub)" <gi...@apache.org>.
git-hulk closed issue #928: TYPE and SCAN commands are inconsistent with Redis
URL: https://github.com/apache/incubator-kvrocks/issues/928


-- 
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 #928: TYPE and SCAN commands are inconsistent with Redis

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

   @enjoy-binbin Thanks for your warm reminder, closing...


-- 
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] enjoy-binbin commented on issue #928: TYPE and SCAN commands are inconsistent with Redis

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

   this was fixed in #1269


-- 
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] tisonkun commented on issue #928: TYPE and SCAN commands are inconsistent with Redis

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

   Agree. Also, SCAN returns "_cursor" instead of "cursor" on Redis, which causes #842 cannot directly make use of `redis.Client#Scan`.


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