Skip to content

Redis数据缓存 基础知识 | Lee's Blog #8

@kelv1n1n

Description

@kelv1n1n

https://ctrl98.github.io/2020/03/06/Redis1/

主流应用架构 穿透查询:请求数据的时候先到缓存层查询数据,当缓存层没有数据,在穿透到存储层查询 回种:穿透查询完成后再缓存到缓存区 熔断:当存储层挂了之后,会自动从缓存层获取并返回数据,无论有没有获取到数据都返回 缓存中间件——Memcache和Redis的区别 Memcache:代码层次类似Hash 优缺点: 支持简单数据类型 不支持数据持久化存储 不支持主从 不支持分

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions