StackExchange Redis ConnectionString

GaTechThomas picture GaTechThomas · Mar 3, 2015 · Viewed 14k times · Source

What is the full format of the ConnectionString used in StackExchange.Redis?

I have searched but cannot find documentation for it.

Answer

Marc Gravell picture Marc Gravell · Mar 3, 2015

If in doubt, use the ConfigurationOptions class (which has properties etc) and ToString() it when you are ready to obtain the configuration-string. However, I suspect you are looking for this