summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-04-26 17:02:16 +0200
committerGitHub <noreply@github.com>2019-04-26 17:02:16 +0200
commit7c23e534ceb3d6a1d9bda64730024062df6edca3 (patch)
treeb8102c09eb244f02aae13a2116df371c0310bad0
parent1b7407fadf8b3790b519f27253af0923da2aeccc (diff)
parent9ea8ec421df1e2de2fd4b7ea4fad69b78f8adf3b (diff)
downloadredis-7c23e534ceb3d6a1d9bda64730024062df6edca3.tar.gz
Merge pull request #6047 from abhaynahar/removed-obsolete-warning-5.0
removed obsolete warning as per - https://github.com/antirez/redis/is…
-rw-r--r--redis.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/redis.conf b/redis.conf
index 93ab9a42e..d74ff98a5 100644
--- a/redis.conf
+++ b/redis.conf
@@ -824,13 +824,7 @@ aof-use-rdb-preamble yes
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: