- Run this on Command
Prompt.(Command Prompt with Admin rights)
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe"
-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex
((New-Object
System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
&& SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
- Now Run “choco install
redis-64”
- Once this done execute
“redis-server”. This will start redis server
and then can access redis cache by using the connection string "localhost:6379,ssl=false"
Helpful links:
https://modhul.wordpress.com/2014/11/14/installing-redis-cache-locally-in-a-development-environment/
For GUI
npm install -g redis-commanderredis-commander