- MS Open Tech documentation is no longer up-to-date and should
not be delivered with MSI installer, will be replaced with
a README.txt that informs about this fork
- src/aof.c was initially not correctly merged (Redis 4.0.2 merged with MS OpenTech's Redis 3.2.100) which caused
errors when rewriting AOF file
- bumping version to 4.0.2.2
Fixes#12
- removed separate project for redis-check-aof
- both tools are now a copy of redis-server.exe
- running given tool calls proper action and causes
the application to exit
- updated installer
Fixes#2