ITADN

How to start iterating from a specified position?

#214Openlotus-trait 创建于 2025-12-30
L
lotus-traitcommented
I want to implement Redis-like functionality based on scc-hashmap, but implementing the scan command from Redis with a specified cursor is somewhat challenging. Do you have any good ideas? `SCAN cursor [MATCH pattern] [COUNT count] [TYPE type]`
1 条评论