On Oct 7, 4:23 pm, Daniel Nichter <[email protected]> wrote:
> Does the memcached protocol support multiple commands in a single TCP > packet? The protocol doc (http://code.sixapart.com/svn/memcached/ > trunk/server/doc/protocol.txt) says this is possible with UDP, but I > have a case where TCP packets contain multiple commands. For example > (some data changed to protect the innocent): Absolutely. My client relies on this for both TCP-based protocols.
