Explorar o código

[doc] clustering - link to Redis Cluster spec

Dominic Scheirlinck %!s(int64=13) %!d(string=hai) anos
pai
achega
bdf60698b3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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
 ===================