summaryrefslogtreecommitdiff
path: root/redis.conf
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:34 +0100
commit42357668e8fb569c30ae37f990309f0593410973 (patch)
tree3819a78cdf173c1388dff182d669b8f46ffb0a8f /redis.conf
parenta7722dc31b3a10c6b6bd0fb388f5cbc424d35f33 (diff)
downloadredis-42357668e8fb569c30ae37f990309f0593410973.tar.gz
Advertise Redis Cluster as experimental in redis.conf.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index 781e726bc..b2ee853cd 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: