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.81k stars 5.37k forks source link

Can I use the windows version of redis in the production environment? #473

Open hzylmf opened 8 years ago

hzylmf commented 8 years ago

Can I use the windows version of redis in the production environment? thanks.