Exemplo n.º 1
0
 public void DisposeMillenium()
 {
     using (RedisClient client = new RedisClient("10.1.0.6", 6379))
     {
         IRedisTypedClient <Starship> starshipRedis = client.As <Starship>();
         starshipRedis.FlushAll();
     }
 }