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.82k stars 5.38k forks source link

Invalid argument during startup: Could not find sentinal subcommand deny-scripts-reconfig #625

Open wjire opened 5 years ago

wjire commented 5 years ago

when i input : redis-server.exe sentinel.conf --sentinel throw exception

enricogior commented 5 years ago

Hi @wjire, as mentioned in the official https://github.com/microsoftarchive/redis/blob/3.0/README.md this project is no longer being actively maintained. If you are looking for an up-to-date alternative, you may want to check out Memurai.