restartable cache mode (1.5.18)

2019-09-17 Thread dormando
https://github.com/memcached/memcached/wiki/ReleaseNotes1518 enjoy -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to memcached+unsubscr...@googlegroups.com.

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

2019-09-17 Thread dormando
Hey, Check this out: https://github.com/memcached/memcached/pull/484 You can't quite do this with the way metaget is now, though it's feasible to add some "value if cas match on mget" flag. I'd have to think it through first. For local caches though, unless your object is huge, simply waiting

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

2019-09-17 Thread John Reilly
Hi all, I was just thinking it would be great to be able to cache the most used items in a local cache on the client side and I think this would be possible if there was a way for the client to send a request to get a key, but only if the cas value is not the same as the cas token of the value I