go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

should be able to create a redis ring from universal options and universal ctor

Open peczenyj opened this issue 2 years ago • 0 comments

Today we can't create a ring in universal ctor / universal options

There is a clash of Addrs field name, that is a slice of strings for all flavors of redis universal client and the ring, that uses a map[string]string

not anymore, using AddressMap field we can create a Ring will full colors :)

peczenyj avatar Sep 21 '23 12:09 peczenyj