go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

Feature request: Use iter.Seq to iterate over ScanIterator

Open khasanovbi opened this issue 6 months ago • 1 comments

Support for native iterators has been added in go 1.23. I suggest to add new Vals method that return keys iterator directly instead of receiving keys through Next, Val methods pair.

khasanovbi avatar Apr 17 '25 00:04 khasanovbi