Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created May 31, 2015 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbellmann/cefbb0e154b01364edfc to your computer and use it in GitHub Desktop.
Save gbellmann/cefbb0e154b01364edfc to your computer and use it in GitHub Desktop.
string app = "<tu nombre>.redis.cache.windows.net";
string key = "<key obtenida del portal>";
ConnectionMultiplexer connection = ConnectionMultiplexer.Connect(string.Format("{0},ssl=true,password={1}", app, key));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment