Hi All: Trying to use Memcached using BeIT.Memcached c# client.
My config entry:
<add key="MyCaching" value="server-a, server-b" />
Question is:
- When server-a is down, BeIT.MemCached does not automatically go to server-b esp. for setting cache? I understand that since server-a is down, all the cache goes away. But new cache set request should redirect to server-b, right?
- I am assuming this is client issue.
Any help? Thanks.
Ok..I understand now. It didn’t make sense initially, but does now.
Here:
Answer to my question:
ASAP. So cache continues to work after some failures (it is just the hit ratio). So application still continue function but peaks its usage based on what it does.