How to use redis database on Windows 10

  1. Download Redis-x64-3.2.100.msi and .
  2. Install it.
  3. Check add path option.
  4. Check **allow this application to pass through the firewall.
  5. Start redis server
    redis-cli.exe -h 127.0.0.1 -p 6379
    

Reference