Re: Regarding setting up SASL with memcached server and getting a memcached client to associate with server.

2018-04-26 Thread Om Kale
Hi Dormando, Hope your doing well and thanks for all the help you have been providing. One quick question on using other SASL mechanisms like DIGEST-MD5, CRAM-MD5. Apart from adding them to the memcached.conf under mech_list, is there other chages needed on client side code/ memcached-sasl-pwdb to

Re: Why memcached doesn't give an option or have the capability to ignore older values with same key based on some version.

2018-04-26 Thread dormando
Thanks for reaching out to figure things out; I do need to improve the documentation still. Good luck! On Wed, 25 Apr 2018, sachin shetty wrote: > Sorry I might have misunderstood. > I'm clear now. Thanks for clearing all my doubts and providing extensive info > on the > stampeding problem. It

Re: Why memcached doesn't give an option or have the capability to ignore older values with same key based on some version.

2018-04-26 Thread sachin shetty
Sorry I might have misunderstood. I'm clear now. Thanks for clearing all my doubts and providing extensive info on the stampeding problem. It did help a lot. In fact, the precedence did help to find the better solution. Thanks once again. Cheers On Thursday, 26 April 2018 11:43:21 UTC+5:30,

Re: Why memcached doesn't give an option or have the capability to ignore older values with same key based on some version.

2018-04-26 Thread dormando
You're way way over thinking this. I originally gave two examples, one was literally just the ADD and SET commands, and the other is a wiki page that solves further issues, which you should ignore for now. Again, memcached server is *atomic* for key manipulations. the server works exactly as I