Commit eed4ec46 authored by antirez's avatar antirez
Browse files

Warn the user in redis.conf that VM is deprecated and discouraged

parent 9702c92c
...@@ -318,6 +318,9 @@ slowlog-max-len 1024 ...@@ -318,6 +318,9 @@ slowlog-max-len 1024
################################ VIRTUAL MEMORY ############################### ################################ VIRTUAL MEMORY ###############################
### WARNING! Virtual Memory is deprecated in Redis 2.4
### The use of Virtual Memory is strongly discouraged.
# Virtual Memory allows Redis to work with datasets bigger than the actual # Virtual Memory allows Redis to work with datasets bigger than the actual
# amount of RAM needed to hold the whole dataset in memory. # amount of RAM needed to hold the whole dataset in memory.
# In order to do so very used keys are taken in memory while the other keys # In order to do so very used keys are taken in memory while the other keys
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment