RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
990 stars 129 forks source link

What the next plan about this project #74

Open majianweiNB opened 3 years ago

majianweiNB commented 3 years ago

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~

ShooterIT commented 3 years ago

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

trevor211 commented 3 years ago

Please take a look at here. @HuangZhenLiang @XiaobinZhang92