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:48:44 UTC

[GitHub] [incubator-kvrocks] torwig commented on issue #1211: new bug for: sscan

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