I’m setting up a wordpress site on Azure. WordPress supports Memcache through certain plugins, but I’m not sure if Azure support memcache with PHP? I only found this article about it, which is on .NET
If Azure doesn’t support memcache with PHP, does it support other types of cache?
I’m setting up a wordpress site on Azure. WordPress supports Memcache through certain plugins,
Share
It certainly looks like Azure supports its (never tried it my self, not a PHP person), check out this blog post
PHP, Memcache, and Windows Azure Caching from Brian Swan.
*Note Azure Cache supports the Memcache protocol now.
HTH