microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Redis Windows service stopped working #614

Open TQLJimbo opened 5 years ago

TQLJimbo commented 5 years ago

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.

enricogior commented 5 years ago

Hi @TQLJimbo , this repository hasn't been updated in almost 3 years. But finally there is a new software that provides Redis compatibility on Windows, and is currently up-to-date with the Redis 5 API. See https://github.com/MicrosoftArchive/redis/issues/620.