Ejemplo n.º 1
0
 internal RedisConnectionInfo(string host, RedisSettings.Instance settings)
 {
     Settings = settings;
     Host = host;
 }
Ejemplo n.º 2
0
 internal RedisConnectionInfo(string host, RedisSettings.Instance settings)
 {
     Settings = settings;
     Host     = host;
 }
Ejemplo n.º 3
0
 internal RedisConnectionInfo(RedisHost server, RedisSettings.Instance settings)
 {
     Server   = server;
     Settings = settings;
 }
Ejemplo n.º 4
0
 internal RedisConnectionInfo(RedisHost server, RedisSettings.Instance settings, AddressCache addressCache)
 {
     Server       = server;
     Settings     = settings;
     AddressCache = addressCache;
 }