Commit 65d0b69a authored by sporty81's avatar sporty81

Update Configuration.md

parent 12e61140
......@@ -39,6 +39,11 @@ A common usage is to store the *basic* details in a string, and then apply speci
options.AllowAdmin = true;
conn = ConnectionMultiplexer.Connect(options);
Microsoft Azure Redis example with password
var conn = ConnectionMultiplexer.Connect("contoso5.redis.cache.windows.net,ssl=true,password=...");
Configuration Options
---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment