summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-01-08 14:41:26 +0100
committerantirez <antirez@gmail.com>2015-01-08 14:41:26 +0100
commit198fb1621a0de8c1771cfaa06064a4c102e96a85 (patch)
treee6dbfbf7052714476c0883e83c700682ae069a63
parent1e8f1577c5959367740a4bfe851efd800100cb88 (diff)
downloadredis-198fb1621a0de8c1771cfaa06064a4c102e96a85.tar.gz
Advertise Redis Cluster as experimental in redis.conf.
-rw-r--r--redis.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 7bb94fbe9..f9dc48046 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: