2014年3月19日

Walking on the path of Redis --- Data structure

摘要: 相比于其他内存数据库,Redis最大的特点就是拥有丰富的数据结构, 经常被称为Date Structure Server。Redis支持的数据结构包含strings, hashes, lists, sets and sorted sets。可以说能包含的基本都包含了,哈哈。 阅读全文

posted @ 2014-03-19 20:12 RobertC 阅读(453) 评论(0) 推荐(0) 编辑

Walking on the path of Redis --- Redis configuration

摘要: Redis的安装是非常简单易操作的,但是配置就有点复杂了,要想得到高性能的Redis数据服务,深入了解下如何配置是很重要的。 阅读全文

posted @ 2014-03-19 16:41 RobertC 阅读(278) 评论(0) 推荐(0) 编辑

Why string is immutable in Java ?

摘要: This is an old yet still popular question. There are multiple reasons that String is designed to be immutable in Java. A good answer depends on good understanding of memory, synchronization, data structures, etc. In the following, I will summarize some answers. 阅读全文

posted @ 2014-03-19 16:35 RobertC 阅读(347) 评论(0) 推荐(0) 编辑

Walking on the path of Redis --- Introduction and Installation

摘要: 以前从来没听说过有Redis这么个玩意,无意间看到一位仁兄的博客,才对其有所了解,所以决定对其深入了解下。有不对的地方还请各位指正。 阅读全文

posted @ 2014-03-19 16:01 RobertC 阅读(266) 评论(0) 推荐(0) 编辑

导航