How to do a SCAN? #348
-
So, I've read the Common Examples section of the README and there is no example of doing a SCAN. This is the best I've come up with, but unsure if rueidis does the iteration by cursor for me or do I have to?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @JeffBNimble, Rueidis doesn't do the iteration. How to do the iteration is up to you. Here is an example for you to reference: Lines 369 to 385 in 6556f2f
|
Beta Was this translation helpful? Give feedback.
Hi @JeffBNimble,
Rueidis doesn't do the iteration. How to do the iteration is up to you. Here is an example for you to reference:
rueidis/rueidis_test.go
Lines 369 to 385 in 6556f2f