-
Notifications
You must be signed in to change notification settings - Fork 351
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
Java redis cluster client is not able to connect to redis cluster through predixy proxy #116
Comments
code snippet:
Error: |
使用了predixy代理之后,访问redis cluster就像访问单节点redis一样,因此你不能使用RedisClusterClient去连接predixy |
那连接信息还写redis对应的信息么 如 ip:6379 而不是 ip:7617 |
但是有写开源库,如果是使用proxy的单个节点去链接使用的单节点模式,就会使用事务,而cluster又是不支持事物的,这就很尴尬了 |
Hi, While connecting to cluster mode redis server through predixy proxy using java redis cluster client trying to execute cluster nodes/cluster info commands to verify is redis in standalone or cluster mode .
But predixy is throwing error like ERR unknown command 'cluster'.
Is there any way we can solve this issue or workaround for it.
The text was updated successfully, but these errors were encountered: