git-hulk commented on issue #1836:
URL: https://github.com/apache/kvrocks/issues/1836#issuecomment-1771971828

   > @git-hulk 
我这边使用Java的lettuce连接的kvrocks,看了lettuce对scan、hscan、sscan的实现方式,lettuce是以游标返回的是否为字符0来判断是否扫描完成的,所以想问一下,kvrocks这块关于scan、hscan、sscan扫描完成的标志为是否也是字符0呢,这样的话,对于我这边的程序来讲还是可以接受的
   
   Yes, you can continue iterating if the cursor is NOT "0".


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

Reply via email to