Updates:
Status: Invalid
Comment #3 on issue 296 by [email protected]: Should SET operation
returned STORED when unix time expiration has already past
http://code.google.com/p/memcached/issues/detail?id=296
ok, closing out this ticket.
Two examples: Clearing values with CAS without using the binary protocol
(essentially delete-with-CAS)
Or testing add locks (there's an example on the wiki somewhere). Doing an
add with an old unix timestamp is like doing a fetch test without being
forced to fetch the value or overwrite it with junk.
there're more, I'm sure.