Re: get value, but only if cas token is not the provided one

2019-09-23 Thread John Reilly
On Mon, Sep 23, 2019 at 1:48 PM dormando wrote: > Gotcha. Thanks a ton for reaching out and putting up with my questions :) > Not at all :) - thank you for all your work on memcached. mget/mset/mdelete will certainly be a great addition. > One other thing mget might get you here is an easy

Re: get value, but only if cas token is not the provided one

2019-09-23 Thread dormando
Gotcha. Thanks a ton for reaching out and putting up with my questions :) I'm still a little concerned that this setup would be slower since you're blocking on the check to mc before using the local cache, but you know your workload best :) This would still be a win if the cache objects are very

Re: get value, but only if cas token is not the provided one

2019-09-23 Thread John Reilly
I am on the caching team in Box and I'm thinking about this potentially as part of a mechanism for hot key mitigation rather than for general use for all gets. Assuming I have a mechanism for detecting hot keys and notifying clients about them, I believe the clients could mitigate the impact of