Multiple Azure redis connection
To overcome latency, On "Startup.cs" of asp.net core 2.1, I am creating 2 static connections to Azure Redis & reuse those same connection instances during the application entire life cycle. Is it is good practice to create multiple connections to…