Updates:
Status: WontFix
Comment #1 on issue 170 by [email protected]: missing casid produces ERROR
instead of CLIENT_ERROR
http://code.google.com/p/memcached/issues/detail?id=170
I'll let this roll up into issue 103, if we can ever even do that (need to
check with various clients to see if they still report errors if you change
that).
In this case it happens because the ASCII protocol gives a protocol error
if you give the wrong number of tokens, so it doesn't know what command you
wanted. Yeah it's roundabout but perhaps it'll be fixed with a rehash later.