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

Fix issue #458. Update msvs documentation to correct maxmemory-policy #459

Closed andyvans closed 8 years ago

andyvans commented 8 years ago

Update msvs documentation to correct maxmemory-policy (as per 3.0 release notes). Fix other typos.

ghost commented 8 years ago

Hi @andyvans, I'm your friendly neighborhood Microsoft Open Technologies, Inc. Pull Request Bot (You can call me MSOTBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.msopentech.com.

TTYL, MSOTBOT;

enricogior commented 8 years ago

@andyvans thank you for your contribution!