コード例 #1
0
ファイル: RedisClient.cs プロジェクト: vebin/Guanima.Redis
 private static void Initialize(IServerPool pool)
 {
     // everything is initialized, start the pool
     pool.Start();
 }