Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.39 KB

index.rst

File metadata and controls

47 lines (38 loc) · 2.39 KB

Redis命令参考简体中文版

本文是《Redis Command Reference》的简体中文翻译版,原文共十个部分的所有命令均已翻译完毕

本文所有示例代码均经过 Redis 2.4.4 版本测试,质量保证。 提交翻译问题、加入本项目或联系译者,请阅读:ref:`readme`页面。

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

Key String Hash List Set
.. toctree::
  :maxdepth: 2

  key
.. toctree::
  :maxdepth: 2

  string
.. toctree::
  :maxdepth: 2

  hash
.. toctree::
  :maxdepth: 2

  list
.. toctree::
  :maxdepth: 2

  set

Sorted Set Pub/Sub Transaction Connection Server
.. toctree::
  :maxdepth: 2

  sorted_set
.. toctree::
  :maxdepth: 2

  pub_sub
.. toctree::
  :maxdepth: 2

  transaction
.. toctree::
  :maxdepth: 2

  connection
.. toctree::
  :maxdepth: 2

  server

Script
.. toctree::
  :maxdepth: 2

  script