Closed rueian closed 4 weeks ago
We support Go 1.23 iterators for HMSET, HSET, and XADD:
https://github.com/redis/rueidis/blob/fc348f545e5ac0315ef9350fa7375bda92b8877e/internal/cmds/iter.go#L7-L26
It would be better to add support for ZADD as well.
Hi @rueian, I'm interested in working on this issue!
Thanks @mingdaoy! Let me know if you need any help.
We support Go 1.23 iterators for HMSET, HSET, and XADD:
https://github.com/redis/rueidis/blob/fc348f545e5ac0315ef9350fa7375bda92b8877e/internal/cmds/iter.go#L7-L26
It would be better to add support for ZADD as well.