Tair 时间: 2021-06-08 | 分类: Tair 缓存 | 字数: 5211 字 | 阅读约: 11分钟 Tair 示例代码见: https://gitee.com/ixinglan/others-cache-demo.git 1. 介绍 Tair(TaobaoPair)是淘宝开发的分布式Key-Value存储引擎 服务器端自动负载均衡 分为持久化和非持久化两 阅读全文 »
EVCache 时间: 2021-06-07 | 分类: EVCache 缓存 | 字数: 3513 字 | 阅读约: 8分钟 EVCache 示例代码见: https://gitee.com/ixinglan/others-cache-demo.git 1. EVCache介绍 EVCache是一个开源、快速的分布式缓存 是基于Memcached的内存存储和Spymemcached客 阅读全文 »
Guava 时间: 2021-06-06 | 分类: Guava 缓存 | 字数: 3378 字 | 阅读约: 7分钟 Guava 示例代码见: https://gitee.com/ixinglan/others-cache-demo.git 1. 介绍 JVM缓存 堆缓存. 不能按照一定规则淘汰数据,并发处理能力差,针对并发可以使用CurrentHashMap,但缓存的其他 阅读全文 »
Redis高可用方案 时间: 2021-06-05 | 分类: redis 缓存 | 字数: 13541 字 | 阅读约: 28分钟 Redis高可用方案 “高可用性”(High Availability)通常来描述一个系统经过专门的设计,从而减少停工时间,而保持其服务的高度可 阅读全文 »
Redis企业实战 时间: 2021-06-04 | 分类: redis 缓存 | 字数: 9190 字 | 阅读约: 19分钟 Redis企业实战 1. 架构设计 1.1 组件选择/多级 缓存的设计要分多个层次,在不同的层次上选择不同的缓存,包括JVM缓存、文件缓存和Redis缓存 J 阅读全文 »