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

关于RedisInsight连接失败的问题 #197

Open
DevForJava opened this issue Dec 3, 2024 · 0 comments
Open

关于RedisInsight连接失败的问题 #197

DevForJava opened this issue Dec 3, 2024 · 0 comments

Comments

@DevForJava
Copy link

Redis版本:7.4.0
Cluster模式,3节点,3主3从
通过predixy代理访问
ClusterServerPool {
MasterReadPriority 60
StaticSlaveReadPriority 50
DynamicSlaveReadPriority 50
RefreshInterval 300ms
ServerTimeout 300ms #added in commit 86183a4
ServerFailureLimit 2
ServerRetryTimeout 500ms
KeepAlive 120s #added in commit 86183a4
Servers {
+ 192.168.111.94:6381
+ 192.168.111.95:6383
+ 192.168.111.96:6385
+ 192.168.111.94:6382
+ 192.168.111.95:6384
+ 192.168.111.96:6386
}
}
问题:
使用AnotherRedisDesktopManager连接一切正常
是使用RedisInsight连接则出现超时错误,查看日志有如下信息
2024-12-03 13:12:42.739877 N Handler.cpp:441 h 6 accept c 192.168.150.82:2107 65 assign to h 2
2024-12-03 13:12:42.959879 N RequestParser.cpp:521 unknown request cmd:hello
2024-12-03 13:12:43.124043 N RequestParser.cpp:521 unknown request cmd:sentinel
2024-12-03 13:12:43.354736 N Handler.cpp:441 h 6 accept c 192.168.150.82:2109 64 assign to h 3
2024-12-03 13:12:44.292134 N Handler.cpp:238 h 3 remove c 192.168.150.82:2109 64 with status 2 End
尝试了增加CustomCommand
hello.sentinel
并没有效果

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

1 participant