Re: can I get a reality check?

2011-05-15 Thread Trond Norbye
https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L127 then after describing all of the parameters you'll get the: https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L184 Trond

Re: can I get a reality check?

2011-05-15 Thread Mark Maggelet
I get it, thanks. For some reason I couldn't figure that out from the docs. On Mon, May 16, 2011 at 2:15 PM, Adam Donnison wrote: > On 16/05/11 16:11, Mark Maggelet wrote: >> Thank you! >> Can you tell me what's wrong with this one too? >> set foo 0 20 0 >> get foo >> CLIENT_ERROR bad data chunk

Re: can I get a reality check?

2011-05-15 Thread Adam Donnison
On 16/05/11 16:11, Mark Maggelet wrote: > Thank you! > Can you tell me what's wrong with this one too? > set foo 0 20 0 > get foo > CLIENT_ERROR bad data chunk set will expect the data to set on the following line. You've told it to expect zero bytes and given it 7 ('get foo') -- Adam Donnison

Re: can I get a reality check?

2011-05-15 Thread Mark Maggelet
Thank you! Can you tell me what's wrong with this one too? set foo 0 20 0 get foo CLIENT_ERROR bad data chunk On Mon, May 16, 2011 at 2:06 PM, Trond Norbye wrote: > > On 15. mai 2011, at 11.50, Mark wrote: > >> I'm having problems after installing memcached and reading the "ascii >> protocol" doc

Re: can I get a reality check?

2011-05-15 Thread Trond Norbye
On 15. mai 2011, at 11.50, Mark wrote: > I'm having problems after installing memcached and reading the "ascii > protocol" documentation so I have to ask here can someone tell me > what's wrong? > > # telnet localhost 11211 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^

can I get a reality check?

2011-05-15 Thread Mark
I'm having problems after installing memcached and reading the "ascii protocol" documentation so I have to ask here can someone tell me what's wrong? # telnet localhost 11211 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. set foo 1 ERROR