Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 4.21 KB

index.rst

File metadata and controls

77 lines (58 loc) · 4.21 KB

Redis 命令参考

本文档是 Redis Command Reference 的简体中文翻译版, 原文十一个部分、共一百多个命令已经全部翻译完毕。

所有示例代码均经过 Redis 2.8 版本测试,质量保证。 (查看 Redis 2.8 版本更新内容

Warning

注意,现在可以通过域名 www.RedisDoc.com 来访问本文档了!

命令目录(使用 CTRL + F 快速查找):

.. toctree::
  :maxdepth: 2

  key/index
.. toctree::
   :maxdepth: 2

   string/index
.. toctree::
   :maxdepth: 2

   hash/index
.. toctree::
   :maxdepth: 2

   list/index
.. toctree::
  :maxdepth: 2

  set/index
.. toctree::
   :maxdepth: 2

   sorted_set/index
.. toctree::
   :maxdepth: 2

   pub_sub/index
.. toctree::
   :maxdepth: 2

   transaction/index
.. toctree::
  :maxdepth: 2

  script/index
.. toctree::
   :maxdepth: 2

   connection/index
.. toctree::
   :maxdepth: 2

   server/index

文档

以下文章翻译自 redis.io/documentation 文档。

.. toctree::
   :maxdepth: 2

   topic/notification
.. toctree::
   :maxdepth: 2

   topic/transaction
.. toctree::
   :maxdepth: 2

   topic/pubsub
.. toctree::
   :maxdepth: 2

   topic/replication
.. toctree::
   :maxdepth: 2

   topic/protocol
.. toctree::
   :maxdepth: 2

   topic/persistence
.. toctree::
   :maxdepth: 2

   topic/sentinel
.. toctree::
   :maxdepth: 2

   topic/cluster-tutorial
.. toctree::
   :maxdepth: 2

   topic/cluster-spec

下载离线版本

下载: HTML 格式

注意,因为文档总是在不断地更新和修正当中,请定期下载最新的离线文档,确保文档的有效性。

关于

本文档由 huangz 翻译,版权归 Redis 官方所有。

关注 文档的 github 项目 可以随时追踪文档的最新更新, :doc:`change_log` 记录了文档各个版本的主要更新信息。

有任何问题、意见或建议,可以在文档配套的 disqus 论坛里留言,或者直接联系译者。