-
Notifications
You must be signed in to change notification settings - Fork 132
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
Will 'HELLO' command be supported later? #102
Comments
hi, I want to use 'lettuce' to connect to this proxy, but its fail! The reason is that 'lettuce' need ‘HELLO’ command. Will this be supported later? |
Same issue in spring session redis.
|
Does anybody made it work with Jedis connector ? |
It turns out it works with Jedis connector. Here is the Maven config snippet for a Spring Boot application :
|
It also breaks Sidekiq 7+ since it uses a library redis-client which requires HELLO to go into RESP3. |
Any update on when RESP3 is gonna be supported? - thanks. |
his project has been not updated in recently two years. but I think it's easy to support RESP3, just to run Hello command after proxy connects to redis servers, and client don't need to run Hello. |
lettuce 不能使用,因为 此项目(redis-cluster-proxy)不支持 hello 指令,建议增加支持
The text was updated successfully, but these errors were encountered: