Преглед изворни кода

[doc] clustering - link to Redis Cluster spec

Dominic Scheirlinck пре 12 година
родитељ
комит
bdf60698b3
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      doc/clustering.rst

+ 3 - 1
doc/clustering.rst

@@ -168,12 +168,14 @@ RedisCluster
    ``RedisCluster`` is a clustered connection implementation intended for use with
    Redis Cluster.
 
-Redis Cluster is not yet finalized, but it already includes some
+`Redis Cluster`_ is not yet finalized, but it already includes some
 pretty cool features. Nodes in a Redis Cluster arrangement configure
 themselves to deal with changes in availability. Once consequence of this is
 that a distribution strategy is unnecessary: nodes in this cluster type agree
 and decide themselves about which node is to serve a portion of the keyspace.
 
+.. _Redis Cluster: http://redis.io/topics/cluster-spec
+
 Disallowed Commands
 ===================