Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 3.19 KB

index.rst

File metadata and controls

57 lines (46 loc) · 3.19 KB

Redis 命令参考

命令目录(使用 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