Example #1
0
 public HashRealNodeStore(IHashConnectionFactory hashConnectionFactory)
 {
     _hashConnectionFactory = hashConnectionFactory;
 }
Example #2
0
 public HashGroupStore(IHashConnectionFactory hashConnectionFactory)
 {
     _hashConnectionFactory = hashConnectionFactory;
 }