memcachedxmemcached

Is memcached server response out of order?


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?


Solution

  • Memcached always sends responses in order.