go-redis
go-redis copied to clipboard
Use iter.Seq to iterate over ScanIterator
Support for native iterators has been added in go 1.23. New Vals method added that return keys iterator directly instead of keys through Next, Val pair. Minimum go version changed to 1.23.
https://github.com/redis/go-redis/issues/3347
Hmm, interesting why json tests failed...