From 198fb1621a0de8c1771cfaa06064a4c102e96a85 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 8 Jan 2015 14:41:26 +0100 Subject: [PATCH] Advertise Redis Cluster as experimental in redis.conf. --- redis.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/redis.conf b/redis.conf index 7bb94fbe..f9dc4804 100644 --- a/redis.conf +++ b/redis.conf @@ -619,6 +619,12 @@ lua-time-limit 5000 ################################ REDIS CLUSTER ############################### # +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# WARNING EXPERIMENTAL: Redis Cluster is considered to be stable code, however +# in order to mark it as "mature" we need to wait for a non trivial percentage +# of users to deploy it in production. +# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +# # Normal Redis instances can't be part of a Redis Cluster; only nodes that are # started as cluster nodes can. In order to start a Redis instance as a # cluster node enable the cluster support uncommenting the following: -- GitLab