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

Correct official redis-rb cluster client? #1197

Closed
raansari opened this issue Jun 7, 2023 · 2 comments
Closed

Correct official redis-rb cluster client? #1197

raansari opened this issue Jun 7, 2023 · 2 comments

Comments

@raansari
Copy link

raansari commented Jun 7, 2023

While exploring redis-ruby cluster for implementation in prod, came across redis-cluster gem

In the redis repo there is reference to redis-clustering gem however in the clients section the reference is to [redis-cluster gem] (https://github.com/bukalapak/redis-cluster)

https://redis.io/resources/clients/

Screenshot 2023-06-07 at 5 45 44 PM

Is redis-cluster gem an official recommendation too to used in prod environment?

One reason of exploration is to know if clustering can be implemented on an app running on ruby 2.2 and using 'redis', '~> 3.2.1' or if there is a unavoidable need to upgrade app's ruby version to >=2.7 as an upgrade is not planned for this quarter

Thank you,
@raansari

@byroot
Copy link
Collaborator

byroot commented Jun 7, 2023

The gem to use with redis-rb is redis-clustering

s.name = "redis-clustering"

however in the clients section the reference

I have no control over this website, it's owned by Redis Lab, and I doubt they care much about this, but feel free to report it there.

@byroot byroot closed this as completed Jun 7, 2023
@supercaracal
Copy link
Contributor

redis-clustering was added in the former PR, but their site generator doesn't support mono repo, so it was deleted as a dead link in the latter PR.

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

No branches or pull requests

3 participants