Jelajahi Sumber

[doc] clustering - link to Redis Cluster spec

Dominic Scheirlinck 12 tahun lalu
induk
melakukan
bdf60698b3
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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
 ===================