redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix IPv6 Handing in IsMoved() and IsAsk()

rueian opened this issue · comments

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