Report this

What is the reason for this report?

Connection string for Redis replication (Master + Slave) for c# web application (API)

Posted on January 25, 2018

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,



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.