微服务实践分享(5)缓存中心

1.redis应用场景【https://www.huaweicloud.com/product/dcs.html】

2.选型

3.业界情况:

 阿里云【1

京东金融【2

携程开源Redis多数据中心解决方案-XPipe【3

 

Codis 是一个分布式 Redis 解决方案, 对于上层的应用来说, 连接到 Codis Proxy 和连接原生的 Redis Server 没有显著区别 (不支持的命令列表), 上层应用可以像使用单机的 Redis 一样使用, Codis 底层会处理请求的转发, 不停机的数据迁移等工作, 所有后边的一切事情, 对于前面的客户端来说是透明的, 可以简单的认为后边连接的是一个内存无限大的 Redis 服务。【4

 

twemproxy【5

twemproxy (pronounced "two-em-proxy"), aka nutcracker is a fast and lightweight proxy for memcached and redis protocol. It was built primarily to reduce the number of connections to the caching servers on the backend. This, together with protocol pipelining and sharding enables you to horizontally scale your distributed caching architecture.

南航移动【6

同程旅游【7

 

猜你喜欢

转载自www.cnblogs.com/davidwang456/p/9254938.html