rosspeoples / mydis-old

Distributed, reliable database and cache library, server, and client. Inspired by Redis.
https://deejross.github.com/mydis
Apache License 2.0
59 stars 8 forks source link

Add multiple round-robin support to client #6

Closed rosspeoples closed 7 years ago

rosspeoples commented 7 years ago

Since gRPC supports load balancing across multiple backend nodes, the Mydis client should include this feature.

rosspeoples commented 7 years ago

Fixed by #7