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

Config file documentation specifies incorrect default maxmemory-policy [3.0.501] #458

Open andyvans opened 8 years ago

andyvans commented 8 years ago

According to the .conf files in the default maxmemory-policy volatile-lru. However when queried from the cli it is actually noeviction.

From redis.windows-service.conf:

# The default is:
#
# maxmemory-policy volatile-lru

version 3.0.501

Btw, redis on windows is great. Thanks for providing it.

andyvans commented 8 years ago

I have updated the config and submitted a pull request (#459).

enricogior commented 8 years ago

Hi @andyvans thank you very much for the PR, it has been merged and published.