summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-06-09 12:31:16 +0200
committerantirez <antirez@gmail.com>2011-07-15 18:10:20 +0200
commiteed4ec46646a614c2aa9c2916776728c1c02ff85 (patch)
tree48b45e5ab591ae91eeb1cee5817d24d14dcd659e
parent9702c92c4fd2e56bd6d16de5c6b367acf1a44e18 (diff)
downloadredis-eed4ec46646a614c2aa9c2916776728c1c02ff85.tar.gz
Warn the user in redis.conf that VM is deprecated and discouraged
-rw-r--r--redis.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 4d5a685e4..a8188a92e 100644
--- a/redis.conf
+++ b/redis.conf
@@ -318,6 +318,9 @@ slowlog-max-len 1024
################################ 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
# 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