Beispiel #1
0
 public SignalService()
 {
     CacheConnection = ConnectionMultiplexer.Connect("localhost");
     Cache           = CacheConnection.GetDatabase();
 }