Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangzworks/redis
《Redis Command Reference》全文的中文翻译版。
https://github.com/huangzworks/redis
chinese-translation redis reference
Last synced: 10 days ago
JSON representation
《Redis Command Reference》全文的中文翻译版。
- Host: GitHub
- URL: https://github.com/huangzworks/redis
- Owner: huangzworks
- Created: 2011-07-13T05:39:11.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-10-17T01:49:53.000Z (about 5 years ago)
- Last Synced: 2024-05-22T06:09:10.901Z (6 months ago)
- Topics: chinese-translation, redis, reference
- Language: HTML
- Homepage: http://RedisDoc.com
- Size: 7.51 MB
- Stars: 1,758
- Watchers: 178
- Forks: 581
- Open Issues: 21
-
Metadata Files:
- Readme: readme.html
- Changelog: change_log.html
Awesome Lists containing this project
- favorite-link - 《Redis Command Reference》全文的中文翻译版。
README
关于 — Redis 命令参考
讨论
¶
/* * * 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');