Hi, new to memcached. When a memcached server (#1) goes down and a subsequent fetch from cache to that server (#1) results in a miss and that results in a fetch to the backend, does that now create a new cache entry on one of the other memcached servers (#2) that is still available? If so, when the down server (#1) becomes available again, and the next fetch of that same entry from the cache is requested, how does it determine from which server to get it, now that it exists on 2 servers? Do we need to save the hashes which contain the server on which that cached entry exists, so we get the most recent one? Thanks.
-- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
