You can wrap the MemcachededSessionLocator(default implementation is ArrayMemcachedSessionLocator), and log the chosen session.
2012/10/15 Kiran Kumar <[email protected]> > 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 . > > -- 庄晓丹 Email: [email protected] [email protected] Site: http://fnil.net Twitter: @killme2008
