Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

peczenyj
Copy link
Contributor

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 and others added 24 commits September 21, 2023 14:36
…ersal ctor

Signed-off-by: Tiago Peczenyj <tpeczenyj@weborama.com>
Co-authored-by: Hu Ying <ying.hu@shopee.com>
Signed-off-by: kindknow <iturf@sina.com>
Co-authored-by: Monkey <golang@88.com>
Signed-off-by: deferdeter <deferdeter@outlook.com>
Co-authored-by: Monkey <golang@88.com>
* Handle IPv6 in isMovedError

* Simplify GetAddr

---------

Co-authored-by: Monkey <golang@88.com>
* Remove skipping span creation by checking parent spans

* Update CHANGELOG
Signed-off-by: monkey92t <golang@88.com>
…ersal ctor

Signed-off-by: Tiago Peczenyj <tpeczenyj@weborama.com>
…reate-a-ring-from-universal-options' into should-be-able-to-create-a-ring-from-universal-options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants