RedisLabs / redis-cluster-proxy

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

Support unix socket #14

Closed ShooterIT closed 4 years ago

ShooterIT commented 4 years ago

Hi, @artix75 I Implemented unix socket listener on weekend afternoon since I have nothing to do. There are many implementation methods refer to redis. I run some tests by redis-cli and redis-benchmark, it works well. I'm sorry I don't design test cases in runtestbecause I don't know much about testing frameworks and ruby. You could take a look at the code if you have time.

artix75 commented 4 years ago

Thank you @ShooterIT, I will take a look at it.

artix75 commented 4 years ago

@ShooterIT Merged, thank you very much! Don't worry about the tests, I will implement them by myself.

ShooterIT commented 4 years ago

No thanks. We also need a good redis proxy that supports as many redis commands as possible, has en good enough performance and good code readability. I wish this project can be maintained continuously.