I need to configure Redis in HA mode (in cluster) using Redis Sentinel with two Windows Server 2016. Searching around, there is a lot of material on how to install Redis on Windows and none of them seemed.... right to me.
I got to this page which lists most of them in an organized way: https://github.com/ServiceStack/redis-windows
I basically have problem with all of them and would like to understand some things and maybe even get the recommended way to guide me:
- Install Redis on Ubuntu on Windows
- This seems... cheaty. Will it have good performance? Will I be able to configure a cluster this way (without much headache), having a Ubuntu VM running on the Windows?
- Vagrant
- Basically the same as above
- Microsoft Native Port
- This seems less cheaty but on the other hand is rather out-dated. The version available is for Redis 3.0 (the last version is 5.0). So I'm afraid I will be missing out a lot of good features and improvements.