1. ZooKeeper Atomic Broadcast协议

    ZAB基本特性

    2019/04/05 ZooKeeper

  2. ZooKeeper基本概念

    ZooKeeper 介绍

    2019/04/03 ZooKeeper

  3. 二阶段提交协议和三阶段提交协议

    二阶段提交和三阶段提交 (2 phase commit 和3 phase commit)

    2019/04/02 ZooKeeper

  4. ACID、CAP和BASE理论

    事务

    2019/04/01 ZooKeeper

  5. Redis的Sentinel哨兵机制

    Sentinel是Redis的高可用性解决方案:由一个或多个Sentinel实例组成的Sentinel系统可以监视任意多个主服务器及这些主服务器属下的所有从服务器,并在被监视的主服务器进入下线状态时,自动将下线主服务器属下的某个从服务器升级为新的主服务器。

    2019/03/28 Redis

  6. 管道(pipeline)、事务(transaction)和Lua脚本

    管道 pipeline

    2019/03/27 Redis

  7. Redis中键值对的存储结构与Key寻址

    单机存储结构

    2019/03/26 Redis

  8. Redis Cluster

    Redis在启动时根据cluster-enabled配置决定是否开启服务器集群配置。

    2019/03/25 Redis

  9. 过期数据清理及数据淘汰策略

    过期数据清理

    2019/03/23 Redis

  10. 缓存穿透、缓存雪崩与缓存击穿

    缓存穿透、缓存雪崩与缓存击穿

    2019/03/22 Redis