Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 16, 2011 16:36
Show Gist options
  • Save domgreen/923256 to your computer and use it in GitHub Desktop.
Save domgreen/923256 to your computer and use it in GitHub Desktop.
calling memcached in Azure
AzureMemcached.Client.Store(StoreMode.Set, key, value);
AzureMemcached.Client.Get(key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment