.. Redis命令参考简体中文版 documentation master file, created by sphinx-quickstart on Tue Oct 25 17:56:34 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Redis命令参考简体中文版 ============================================= 本文是\ `《Redis Command Reference》 `_\ 的简体中文翻译版。 \ `《Redis Command Reference》 `_\ 全文共分为十个部分,前六个部分(Key、String、Hash、List、Set、SortedSet)的所有命令现已翻译完毕,其余四个部分(Pub/Sub、Transactions、Connection、Server)的命令尚未翻译。 本文所有示例代码均经过Redis 2.4版本测试,质量保证。 报告翻译问题、加入本项目或联系译者,请阅读\ :ref:`about`\ 页面。 **目录(使用CTRL+F快速查找命令):** .. toctree:: :maxdepth: 2 key string hash list set sorted_set about