Commit fc3fe7c4 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #222 from sporty81/master

Update Configuration.md
parents 12e61140 65d0b69a
...@@ -39,6 +39,11 @@ A common usage is to store the *basic* details in a string, and then apply speci ...@@ -39,6 +39,11 @@ A common usage is to store the *basic* details in a string, and then apply speci
options.AllowAdmin = true; options.AllowAdmin = true;
conn = ConnectionMultiplexer.Connect(options); conn = ConnectionMultiplexer.Connect(options);
Microsoft Azure Redis example with password
var conn = ConnectionMultiplexer.Connect("contoso5.redis.cache.windows.net,ssl=true,password=...");
Configuration Options 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