Exemplo n.º 1
0
 public HashRealNodeStore(IHashConnectionFactory hashConnectionFactory)
 {
     _hashConnectionFactory = hashConnectionFactory;
 }
Exemplo n.º 2
0
 public HashGroupStore(IHashConnectionFactory hashConnectionFactory)
 {
     _hashConnectionFactory = hashConnectionFactory;
 }