If I have a client that creates a TCP connection, and send multiple commands to the memcached server, will server guarantee to respond to these commands in the same order?
Memcached always sends responses in order.