I want to install Redis Cache on Azure virtual machine. Is there any documentation available for this?
How do you install redis cache on a non-Azure machine? What are you thinking would be different about installing it on an Azure VM?
There are lots of how-to's out there: http://freshclickmedia.co.uk/2013/09/installing-redis-on-windows/
1. Download the latest .exe package from https://github.com/rgl/redis/downloads (choose the appropriate latest 32 or 64 bit version).2. Running the exe will install Redis as a service and install the Redis client.