How to use redis database on Windows 10
How to use redis database on Windows 10
- Download Redis-x64-3.2.100.msi and .
- Install it.
- Check add path option.
- Check **allow this application to pass through the firewall.
- Start redis server
redis-cli.exe -h 127.0.0.1 -p 6379