摘要: 1 '127.0.0.1' , 24 'port' => 6379 , 25 'database' => 15 26 ) ; 27 $redis = new Client ( $server ) ; 28 29 30 31 //普通set/get操作 32 $redis -> set ( 'library' , 'pre... 阅读全文
posted @ 2016-08-02 22:13 小天儿 阅读(321) 评论(0) 推荐(0)
摘要: 1.安装: 1.1 win版redis各版本下载地址 GitHub - MSOpenTech/redis 有msi安装版本、zip压缩版本和源码编译三种方式来使用,建议直接用msi版本吧,我的机器上源码编译报错了。喜欢折腾的可以去解决编译报错问题。。。 ——注意:如果是msi安装,会默认将redis 阅读全文
posted @ 2016-08-02 20:28 小天儿 阅读(9492) 评论(1) 推荐(0)
摘要: 源自 Redis源码Readme.md 1 – A DSL for Abstract Data Types. Redis is a DSL (Domain Specific Language) that manipulates abstract data types and implemented 阅读全文
posted @ 2016-08-02 17:40 小天儿 阅读(167) 评论(0) 推荐(0)
摘要: As software engineers we are inevitably affected by the tools we surround ourselves with. Languages, frameworks, even processes all act to shape the s 阅读全文
posted @ 2016-08-02 17:21 小天儿 阅读(185) 评论(0) 推荐(0)
摘要: 英文原文 Elements of Scale: Composing and Scaling Data Platforms 作为软件工程师,不可避免地受到周围计算机工具的影响,语言、框架、甚至执行过程都会影响我们构建的软件。 数据库亦如此,基于一种特殊的方式,不可避免地影响到我们对应用程序中易变和共享 阅读全文
posted @ 2016-08-02 17:11 小天儿 阅读(242) 评论(0) 推荐(0)