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

support redis3 cluster how? #35

Open
alick2011 opened this issue Jan 26, 2016 · 7 comments
Open

support redis3 cluster how? #35

alick2011 opened this issue Jan 26, 2016 · 7 comments

Comments

@alick2011
Copy link

test message:
"MOVED 12182 127.0.0.1:6979"

@Roycohen
Copy link

I'm using Redis Cluster also.
How may I configure it.
Does it knows how to proxies itself.

@bungle
Copy link
Member

bungle commented Jan 28, 2016

These clients don't have support for Cluster redirection or plentitude of other things that need to be implemented for full Redis cluster support:

  • redis-nginx-module
  • redis2-nginx-module
  • lua-resty-redis

Redis Cluster is not some magical thing that happens automatically. A lot of Redis cluster support actually needs to be done on client. Please check these also:

Bad thing about Redis cluster support is that probably all the clients end up doing it differently. You are welcomed to contribute cluster support for any of the OpenResty libs.

@bungle
Copy link
Member

bungle commented Jan 28, 2016

Also check other options like Codis and Twemproxy. Redis Cluster doesn't support all the Redis features, like pipelines for example.

@i2dcarrasco
Copy link

Hello,

This module still not having clustering support?. We have an high load webpage and I think that redis single nodes are not enough.

Best Regards

@vitobotta
Copy link

vitobotta commented Jun 6, 2020

Hi! I am also wondering if it's not supported yet? Thanks @bungle

@DilLip-Chowdary-Codes
Copy link

When can we get cluster support @bungle ?

@bungle
Copy link
Member

bungle commented Jan 17, 2023

There is Redis cluster client for Lua (which can be used with OpenResty):
https://github.com/kong/resty-redis-cluster
https://github.com/steve0511/resty-redis-cluster

And there is one for Sentinels:
https://github.com/ledgetech/lua-resty-redis-connector

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

6 participants