コード例 #1
0
ファイル: RedisClient.cs プロジェクト: phenixFire/RedisBoost
 private void OneWayMode()
 {
     _channel.SwitchToOneWay();
 }