From 7a4c4682f27df94da157ef0ba629dc10473f26d3 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 9 Jun 2011 12:31:16 +0200 Subject: [PATCH] Warn the user in redis.conf that VM is deprecated and discouraged --- redis.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/redis.conf b/redis.conf index d704ea9fb..90aa568ac 100644 --- a/redis.conf +++ b/redis.conf @@ -294,6 +294,9 @@ no-appendfsync-on-rewrite no ################################ 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 -- GitLab