Пример #1
0
 public List <RedisHostMasterInfo> Any(GetActiveHosts req)
 {
     return(Redis.GetAll <RedisHostMasterInfo>(Redis.GetKeysByPattern("{0}:host:*".Fmt(HostContext.GetPlugin <RedisServiceDiscoveryFeature>().RedisPrefix))).Values.ToList());
 }
Пример #2
0
 public List <RedisHostMasterInfo> Any(GetActiveHosts req)
 {
     return(Redis.GetAll <RedisHostMasterInfo>(Redis.GetKeysByPattern(GetActiveHostsFormatString.Fmt(RedisPrefix))).Values.ToList());
 }