Skip to content

Commit

Permalink
统一文档部分关于翻译连接的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Dec 4, 2013
1 parent aae310b commit b50ba35
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion topic/cluster-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Redis 集群规范
===========================

本文是 `redis.io/topics/cluster-spec <http://redis.io/topics/cluster-spec>`_ 一文的翻译。
.. note::

本文档翻译自 http://redis.io/topics/cluster-spec 。

引言
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion topic/notification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.. note::

本译文的原文为: http://redis.io/topics/notifications
本文档翻译自: http://redis.io/topics/notifications

.. warning::

Expand Down
4 changes: 3 additions & 1 deletion topic/persistence.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
持久化(persistence)
============================

.. note:: 本文是 `Redis 持久化文档 <http://redis.io/topics/persistence>`_ 的中文翻译。
.. note::

本文档翻译自 http://redis.io/topics/persistence 。

这篇文章提供了 Redis 持久化的技术性描述,
推荐所有 Redis 用户阅读。
Expand Down
4 changes: 3 additions & 1 deletion topic/protocol.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
通讯协议(protocol)
===========================

.. note:: 本章原文: http://redis.io/topics/protocol
.. note::

本文档翻译自: http://redis.io/topics/protocol 。

Redis 协议在以下三个目标之间进行折中:

Expand Down
2 changes: 1 addition & 1 deletion topic/pubsub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.. note::

本文是 `Redis 官网上的 pubsub 文档 <http://redis.io/topics/pubsub>`_ 的翻译
本文档翻译自: http://redis.io/topics/pubsub

:ref:`SUBSCRIBE` 、 :ref:`UNSUBSCRIBE` 和 :ref:`PUBLISH` 三个命令实现了\ `发布与订阅信息泛型 <http://en.wikipedia.org/wiki/Publish/subscribe>`_\ (Publish/Subscribe messaging paradigm),
在这个实现中,
Expand Down
2 changes: 1 addition & 1 deletion topic/replication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. note::

本译文的原文为: http://redis.io/topics/replication
本文档翻译自: http://redis.io/topics/replication

Redis 支持简单且易用的主从复制(master-slave replication)功能,
该功能可以让从服务器(slave server)成为主服务器(master server)的精确复制品。
Expand Down
4 changes: 4 additions & 0 deletions topic/sentinel.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Sentinel
============

.. note::

本文档翻译自: http://redis.io/topics/sentinel 。

Redis 的 Sentinel 系统用于管理多个 Redis 服务器(instance),
该系统执行以下三个任务:

Expand Down
4 changes: 3 additions & 1 deletion topic/transaction.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
事务(transaction)
=========================

.. note:: 本译文的原文为 http://redis.io/topics/transactions
.. note::

本文档翻译自: http://redis.io/topics/transactions 。

:ref:`MULTI` 、 :ref:`EXEC` 、 :ref:`DISCARD` 和 :ref:`WATCH` 是 Redis 事务的基础。

Expand Down

0 comments on commit b50ba35

Please sign in to comment.