I connect to Redis with: IRedisClient client = await RedisClient.ConnectAsync("127.0.0.1", 6379); long x = await client.DbSizeAsync(); //Kills the process and stops