Thanks very much! Found the specification on keys:
http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt Keys ---- Data stored by memcached is identified with the help of a key. A key is a text string which should uniquely identify the data for clients that are interested in storing and retrieving it. Currently the length limit of a key is set at 250 characters (of course, normally clients wouldn't need to use such long keys); the key must not include control characters or whitespace. On Dec 11, 12:40 am, Tomash Brechko <[email protected]> wrote: > On Tue, Dec 09, 2008 at 17:02:28 -0800, mcuser wrote: > > I am observing CLIENT_ERROR bad data chunk: > > > <8 new client connection > > <8 get W=Add/Remove > > World::ALG=0::GT=2::MCC=310::MNC=0::LAC=0::CID=0::FTS=000101000000 > > >8 END > > <8 quit > > <8 connection closed. > > <8 new client connection > > <8 add W=Add/Remove > > World::ALG=0::GT=2::MCC=310::MNC=0::LAC=0::CID=0::FTS=000101000000.lock > > 0 60 255 > > >8 CLIENT_ERROR bad data chunk > > <8 > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > >8 ERROR > > There seem to be a space in your key between "W=Add/Remove" and > "World::..." Spaces are not allowed there. > > -- > Tomash Brechko- Hide quoted text - > > - Show quoted text -
