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:18:59 UTC

[GitHub] [incubator-kvrocks] lt1946 opened a new issue, #1211: new bug for: sscan

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

   ### 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
   
   check redis command.
   
   ### What did you expect to see?
   
   if count==0 ,return ok! and for count!=0.
   
   ### What did you see instead?
   
   SSCAN with COUNT >0 , retrun error.
   
   ### 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 #1211: new bug for: sscan

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

   Close this issue since it has no further feedback. Feel free to reopen if you have any questions or feedback.


-- 
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] torwig commented on issue #1211: new bug for: sscan

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

   Hi @lt1946 , could you provide more info about your case? What is the error message?
   I just executed the following:
   ```
   127.0.0.1:6666> sadd set1 10 20 30 40 50 60 80 80 40 50 20
   (integer) 11
   127.0.0.1:6666> sscan set1 0 count 10
   1) "0"
   2) 1) "10"
      2) "20"
      3) "30"
      4) "40"
      5) "50"
      6) "60"
      7) "80"
   ```
   In this case, `count` is greater than 0 and there is no error.


-- 
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 #1211: new bug for: sscan

Posted by GitBox <gi...@apache.org>.
git-hulk closed issue #1211: new bug for: sscan
URL: https://github.com/apache/incubator-kvrocks/issues/1211


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