コード例 #1
0
 public RedisServer(ServerConfig config)
 {
     IsMaster = config.IsMaster;
 }
コード例 #2
0
ファイル: PoolManager.cs プロジェクト: johnwonder/RedisLearn
 public RedisServer(ServerConfig config)
 {
     IsMaster = config.IsMaster;
 }