Is memcached server response out of order?

143 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

Memcached always sends responses in order.