浏览代码

Merge pull request #3167 from qbrossard/patch-1

Corrected typo (resdis -> redis)
Andy Rothfusz 11 年之前
父节点
当前提交
11b3fbb3bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/use/ambassador_pattern_linking.rst

+ 1 - 1
docs/sources/use/ambassador_pattern_linking.rst

@@ -27,7 +27,7 @@ you can add ambassadors
 
 	(consumer) --> (redis-ambassador) ---network---> (redis-ambassador) --> (redis)
 
-When you need to rewire your consumer to talk to a different resdis server, you 
+When you need to rewire your consumer to talk to a different redis server, you 
 can just restart the ``redis-ambassador`` container that the consumer is connected to.
 
 This pattern also allows you to transparently move the redis server to a different