redis-cluster-proxy icon indicating copy to clipboard operation
redis-cluster-proxy copied to clipboard

What the next plan about this project

Open majianweiNB opened this issue 3 years ago • 2 comments

Hello, @artix75 , I'm looking for a proxy of redis-cluster which will be used in production. I found this project in the redis 6.0 00-RELEASENOTES. Also I found it has been a quite time that no commit for this project. Could you tell me the next plan for this project? Is it followed with interest by the community? TX~

majianweiNB avatar Jul 21 '20 12:07 majianweiNB

Yes, it has been a quite long time that no commit for these repo. I hope we can push it forward.

Thanks for @artix75 As I know, this proxy really is a great proxy for redis cluster currently. It has more modern C code style, multithreaded, support cross-slot queries, blocked commands and extend easily, for my taste, it is ingenious and concise to handle query order problem by using query id and rax tree.

Many people need such a good proxy, actually, somethings are suitable to be done in proxy instead of storage server. We don't want to see it is abandoned. I talked with contributors(@git-hulk ) of this project and contributors(@trevor211 @hwware) of redis, they also expressed the same opinions, we will feel much regrettable if it dies. We are also glad to do contributions for this project if continue to maintain it. AFAIK, you may have much experience in such a proxy :) @soloestoy @yangbodong22011

I hope we can come up with a good idea to maintain it, maybe you have some thoughts @itamarhaber maybe RedisLab could pay more attention on it

ShooterIT avatar Aug 31 '20 14:08 ShooterIT

Please take a look at here. @HuangZhenLiang @XiaobinZhang92

trevor211 avatar Sep 01 '20 02:09 trevor211