redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Apache License 2.0
2.47k stars 158 forks source link

Support Go 1.23 iterators for the ZADD command #652

Closed mingdaoy closed 1 month ago

mingdaoy commented 1 month ago

https://github.com/redis/rueidis/issues/644

mingdaoy commented 1 month ago

Just updated the PR. TestIter result: image