Skip to content

Instantly share code, notes, and snippets.

@devdays
Created February 5, 2015 18:58
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 devdays/3931815def50b5245bfd to your computer and use it in GitHub Desktop.
Save devdays/3931815def50b5245bfd to your computer and use it in GitHub Desktop.
Redis connection multiplexer
ConnectionMultiplexer connection = ConnectionMultiplexer.Connect("contoso5.redis.cache.windows.net,ssl=true,password=...");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment