Hi there,
I installed and configured Redis Master - Slave in two servers with ubuntu 16.04. with the support of master password and slave password.
Unfortunately, my connection string is not working properly. Can any one help me to sort out this issue
<add connectionstring=“192.168.1.7:6379,192.168.1.4:6379” connectionTimeoutInMilliseconds=“5000” accessKey=“” ssl=“false” throwOnError=“true” abortConnect=“false” name=“RedisSessionStateStore” type=“Microsoft.Web.Redis.RedisSessionStateProvider,Microsoft.Web.RedisSessionStateProvider” />
Thank you,