eleme / corvus

A fast and lightweight Redis Cluster Proxy for Redis 3.0
MIT License
789 stars 143 forks source link

Support of Redis 5+ #149

Open georgasa opened 5 years ago

georgasa commented 5 years ago

Hello,

are there any plans to support Redis 5.0 or higher?

Thank you, Apostolos

tevino commented 5 years ago

@georgasa I'm sorry the answer is no, we don't use Corvus in eleme anymore.

patpatbear commented 5 years ago

@tevino antirez was inspired by this project to anounce a new project redis-cluster-proxy (owned not by antirez himself), so it's clealy an alternative approach to adopt redis-cluster with the absence of offical, stable smart client. I'm wondering why eleme stopped Corvus development, and what's eleme using if not Covrus?

tevino commented 5 years ago

@patpatbear We rewrote it within the client-side sidecar for better server utilization.

patpatbear commented 5 years ago

is client-side sidecar like hiredis-vip , jedis ?

tevino commented 5 years ago

@patpatbear No, it's a separate process working at client-side, more like a home-brewed envoy.

patpatbear commented 5 years ago

Interesting.... are there any more details about the sidecar ? or are you planning to opensouce the sidecar ?

tevino commented 5 years ago

We are considering that, however, our sidecar sharing a lot of features with the existing envoy.

patpatbear commented 5 years ago

looking forward to you blogging or opensourcing the sidecar.

kirk91 commented 4 years ago

It is open source now https://github.com/samaritan-proxy/samaritan, pull requests are always welcome @patpatbear .

patpatbear commented 4 years ago

cheers! @kirk91