Neo
Neo

Reputation: 16239

How do I install Redis Cache on Azure virtual machine?

I want to install Redis Cache on Azure virtual machine. Is there any documentation available for this?

Upvotes: 1

Views: 2239

Answers (1)

kwill
kwill

Reputation: 11008

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.

Upvotes: 3

Related Questions