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 installer fails without .net 4 #527

Open hthomy opened 7 years ago

hthomy commented 7 years ago

We have encountered this several times and We couldn't find any requirement about this in the documentation, but it looks like the installer requires at least .net 4 installed to successfully install redis. Can anyone confirm this is a requirement? If so, what about higher version of .net (4.5/4.6)? Thanks

redis-install-fail