Proxy TCP stream (MySQL and Redis) with Nginx
I do not think Nginx can be used for what you’re trying to use it for. While it can be used to proxy tcp streams or load balance them, it’s not necessarily knowledgable of the protocol and request structure within them. So to answer your question: from database sharding perspective – is it possible to … Read more