
redis文档翻译
翻译redis官方文档
啊帮BILL
这个作者很懒,什么都没留下…
展开
-
redis文档翻译_LRU缓存
Using Redis as an LRU cache使用Redis作为LRU缓存出处:http://blog.youkuaiyun.com/column/details/redisbanli.htmlWhen Redis is used as a cache, sometimes it is handy to let it automatically evict old翻译 2015-06-24 21:53:10 · 1407 阅读 · 0 评论 -
redis文档翻译_key设置过期时间
Available since 1.0.0. 使用开始版本1.01Time complexity: O(1) 时间复杂度O(1)出处:http://blog.youkuaiyun.com/column/details/redisbanli.htmlSet a timeout on key. After the timeout has expired, the翻译 2015-06-22 16:25:19 · 3878 阅读 · 0 评论 -
redis翻译_redis lua脚本
Available since 2.6.0. 加入版本2.6Time complexity: Depends on the script that is executed. 时间复杂度: 取决于脚本的执行 出处:http://blog.youkuaiyun.com/column/details/redisbanli.htmlIntroduction to EVAL翻译 2015-06-21 11:41:14 · 2620 阅读 · 0 评论 -
redis翻译_内存优化
Special encoding of small aggregate data types特别编码小集合的数据类型Since Redis 2.2 many data types are optimized to use less space up to a certain size. Hashes, Lists, Sets composed of just integers, and翻译 2015-06-17 00:31:45 · 1873 阅读 · 0 评论 -
Pub/Sub 发布订阅
Related commands相关命令PSUBSCRIBEPUBLISHPUBSUBPUNSUBSCRIBESUBSCRIBEUNSUBSCRIBEPub/SubSUBSCRIBE, UNSUBSCRIBE and PUBLISH implement the Publish/Subscribe messaging paradigm翻译 2015-06-15 23:31:51 · 2696 阅读 · 0 评论 -
redis翻译_redis管道
Redis is a TCP server using the client-server model and what is called a Request/Response protocol.redis使用的是基于tcp协议的client-server模型,也可以叫做Request/Response 协议模型.This means that usually a request i翻译 2015-06-13 22:20:20 · 1407 阅读 · 0 评论 -
reids翻译_开始
今天2015年6月13号!对于我来说,是非常有意义的一天!第一申请csdn博客专栏申请通过,我将开始做技术一件具有挑战而且非常有意义的事,翻译Redis官方文档!这对于来说所有都是第一次,兴奋的同时也感到压力,我自己给的压力!现在我简单介绍下,本专栏要做的事,看下图:我将尽我的努力去翻译Redis官网的文档,也就是上图箭头所指标签。我采取中英文对照的方式,建议读者一定要对比英语原创 2015-06-13 22:09:01 · 1028 阅读 · 1 评论