Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huangzworks/redis

《Redis Command Reference》全文的中文翻译版。
https://github.com/huangzworks/redis

chinese-translation redis reference

Last synced: about 2 months ago
JSON representation

《Redis Command Reference》全文的中文翻译版。

Awesome Lists containing this project

README

        





关于 — Redis 命令参考


























Redis 命令参考










关于


本文档是 Redis 命令参考手册的中文翻译版,
可以在 RedisDoc.com 在线阅读本文档。



版权声明


本文档由 黄健宏(huangz) 翻译,版权归 Redis 官方所有。




赞助商


本文档由 云巴(yunba.io) 提供赞助支持。




讨论



/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'redis-command-cn'; // required: replace example with your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();

Please enable JavaScript to view the comments powered by Disqus.
comments powered by Disqus








© Copyright 2019, Redis



Built with Sphinx using a theme provided by Read the Docs.




jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});





(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-53959484-7', 'auto');
ga('send', 'pageview');