Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

azure cache on localhost

Tags:

c#

caching

azure

I'm developing an application to run in azure. I'm making use of the azure cache, however when I run this locally I don't want to connect up to Azure to use the cache because it's a bit slow and tedious.

Can you run the cache locally?

[EDIT] This is .Net C#

like image 322
user200341 Avatar asked Jan 17 '23 08:01

user200341


1 Answers

Unfortunately, you do need to connect to azure to test the windows azure cache service. Read this for more info: http://msdn.microsoft.com/en-us/library/windowsazure/gg278342.aspx

like image 122
Dave Bettin Avatar answered Jan 25 '23 04:01

Dave Bettin