How to start iterating from a specified position?
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 条评论