Redis Windows service stopped working
TQLJimbo opened this issue · 1 comments
Redis version number: 3.2.100
Redis server configuration: # of slaves, # of sentinels: no slaves, no sentinels
Redis configuration files for master, slaves, sentinels: using out-of-the-box config file
Windows version: Windows Server 2016 Standard
It worked for a while - about 1 day - but after that it did not.
Even though it appears that Redis is working - the Windows Service Management Console states that it is running - however, my SignalR app is no longer sending and receiving messages. I start and stop the service but that does not help. It is not even writing to the server_log.txt file.
We are using this as a Proof-Of-Concept in a development environment. This makes us wary about putting into production. But it is hindering us from doing development.