Re: memcached returns wrong value

2018-02-26 Thread dormando
Can you add an assert within client.set or asyncGet if there're any newlines, spaces, etc in userRequest? Sorry, missed your response last week :( On Tue, 20 Feb 2018, Praveen wrote: > Thanks again Dormando for your quick inputs on this issue.  > > The protocol we are using is Text. Below is the

Re: MEMCACHED with SASL not authenticate

2018-02-26 Thread dormando
Hey, Sorry I missed a few e-mails last week... How are the memcached clients configured? According to the log output it doesn't look like the clients are even attempting to authenticate. There should be log lines around "mech:" or "sasl result code:" and so forth. On Tue, 20 Feb 2018, Emre Kele