cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
713 stars 198 forks source link

Does anyone use this project in production? #24

Closed theidexisted closed 4 years ago

theidexisted commented 5 years ago

We are evaluating this project, I am wondering is there anyone or corporation using this project in production environment?

dgpetrie commented 5 years ago

I am in the process of deploying in a production environment for a customer now. It's a large scale, high availably server cluster using sentinel.

theidexisted commented 5 years ago

Nice to here that, I have walked through the source code, seems some design drawbacks here. But there are no other better c++ client for Redis by now, so I think we need to maintain and improve this project while use it.

@appkins Can you please add me as the maintainer? I am a senior c++ engineer with rich experience in high performance and low latency system. And I leave in the Eastern Hemisphere, it will be convenient to work with the contributors from the east.

appkins commented 5 years ago

Nice to here that, I have walked through the source code, seems some design drawbacks here. But there are no other better c++ client for Redis by now, so I think we need to maintain and improve this project while use it.

@appkins Can you please add me as the maintainer? I am a senior c++ engineer with rich experience in high performance and low latency system. And I leave in the Eastern Hemisphere, it will be convenient to work with the contributors from the east.

What changes would you like to see in the design? I'm open to refactoring.

jgwinner commented 2 years ago

Tagging on - also checking out Sentinel

dgpetrie commented 2 years ago

I have a customer who is using the client and sentinel in production for a few years now.