go-redis
                                
                                 go-redis copied to clipboard
                                
                                    go-redis copied to clipboard
                            
                            
                            
                        should be able to create a redis ring from universal options and universal ctor
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 :)