Redis allows you to run Redis Server as a Windows service. It introduces the redis-service.exe binary file; this is a Windows service that simply starts and stops the redis-Server.exe binary. The program is expected to find redis-server.exe and conf\redis.conf files in the same directory as redis-service.exe.
Comments