valkey-io/valkey-go

Fix IPv6 Handing in IsMoved() and IsAsk()

rueian opened this issue · 1 comments

go-redis recently fixed IPv6 handling issues of Redis Cluster at redis/go-redis#2981. The issue also exists in valkey-go's IsMoved() and IsAsk() functions. We should fix that too.

Fixed by 83d4493