Hi everyone, I'm new to memcached. Here's my question: When we are configuring clients with memcached, we enter server addresses running memcached in our client application. Our servers; S1, S2, S3, S4 Clients: C1, C2
Now suppose for C1, we give memcached servers as S1, S2, S3 for C2: S2, S3, S4 Now we give key1 to C1 to store. And query for same key1 with C2. How would it behave? -- Regards, Neeraj Agarwal
