Hi , I am using Xmemcached-1.3.5 configured in two servers , for our high traffic website .
Some snippet of code inside my Application . *String location = "localhost:11211,10.1.2.1:11211";* *MemcachedClientBuilder builder = new XMemcachedClientBuilder(* *AddrUtil.getAddressMap(location));* I see that each server acts as a unique Data Store to store the keys , my question is that is it possible to track , what particular keys are contained in Server 1 and Server 2 ?? Thanks in advnace .
