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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]