Exemplo n.º 1
0
 public List <RedisHostMasterInfo> Any(GetActiveHosts req)
 {
     return(Redis.GetAll <RedisHostMasterInfo>(Redis.GetKeysByPattern("{0}:host:*".Fmt(HostContext.GetPlugin <RedisServiceDiscoveryFeature>().RedisPrefix))).Values.ToList());
 }
Exemplo n.º 2
0
 public List <RedisHostMasterInfo> Any(GetActiveHosts req)
 {
     return(Redis.GetAll <RedisHostMasterInfo>(Redis.GetKeysByPattern(GetActiveHostsFormatString.Fmt(RedisPrefix))).Values.ToList());
 }