Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce53c55

Browse files
committed
[refractor]缓存常见问题更新完善
1 parent b4552a6 commit ce53c55

File tree

3 files changed

+202
-147
lines changed

3 files changed

+202
-147
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
- [MyBatis](#mybatis)
7878
- [认证授权(JWT、SSO)](#认证授权)
7979
- [分布式](#分布式)
80-
- [Elasticsearch(分布式搜索引擎)](#elasticsearch分布式搜索引擎)
80+
- [分布式搜索引擎](#分布式搜索引擎)
8181
- [RPC](#rpc)
8282
- [消息队列](#消息队列)
8383
- [API 网关](#api-网关)
@@ -220,6 +220,7 @@
220220

221221
### Redis
222222

223+
* [Redis前置菜-关于缓存的一些概念](docs/database/Redis/some-concepts-of-caching.md)
223224
* [Redis 常见问题总结](docs/database/Redis/redis-all.md)
224225
* **Redis 系列文章合集:**
225226
1. 数据结构和算法 :[5种基本数据结构](docs/database/Redis/redis-collection/Redis(1)——5种基本数据结构.md)[跳跃表](docs/database/Redis/redis-collection/Redis(2)——跳跃表.md)[神奇的HyperLoglog解决统计问题](docs/database/Redis/redis-collection/Reids(4)——神奇的HyperLoglog解决统计问题.md)[亿级数据过滤和布隆过滤器](docs/database/Redis/redis-collection/Redis(5)——亿级数据过滤和布隆过滤器.md)[GeoHash查找附近的人](docs/database/Redis/redis-collection/Redis(6)——GeoHash查找附近的人.md)
@@ -270,11 +271,13 @@ SSO(Single Sign On)即单点登录说的是用户登陆多个子系统的其中
270271

271272
[分布式相关概念入门](docs/system-design/website-architecture/分布式.md)
272273

273-
#### Elasticsearch(分布式搜索引擎)
274+
#### 分布式搜索引擎
274275

275276
提高搜索效率。常见于电商购物网站的商品搜索于分类。
276277

277-
代办......
278+
比较常用的是 Elasticsearch 和 Solr。
279+
280+
代办。
278281

279282
#### RPC
280283

0 commit comments

Comments
 (0)