更新配套教程
This commit is contained in:
parent
704cd3b10f
commit
57c42266bf
@ -536,7 +536,7 @@ double score = Math.log10(Math.max(w, 1))
|
||||
### 序章
|
||||
|
||||
- [必读:Echo 项目的 README](https://mp.weixin.qq.com/s/iiukwRNW1-my1q6UjYl4iw)
|
||||
- Echo 项目结构分析
|
||||
- [Echo 项目结构分析](https://mp.weixin.qq.com/s/dZqSB0EN5-rmGQeG3Lx2jA)
|
||||
- Echo 数据库表分析
|
||||
|
||||
### 部署篇
|
||||
|
@ -523,7 +523,7 @@ double score = Math.log10(Math.max(w, 1))
|
||||
### 序章
|
||||
|
||||
- [必读:Echo 项目的 README](https://mp.weixin.qq.com/s/iiukwRNW1-my1q6UjYl4iw)
|
||||
- Echo 项目结构分析
|
||||
- [Echo 项目结构分析](https://mp.weixin.qq.com/s/dZqSB0EN5-rmGQeG3Lx2jA)
|
||||
- Echo 数据库表分析
|
||||
|
||||
### 部署篇
|
||||
|
@ -17,7 +17,6 @@ public class RedisKeyUtil {
|
||||
private static final String PREFIX_DAU = "dau"; // 日活跃用户
|
||||
private static final String PREFIX_POST = "post"; // 用于统计帖子分数
|
||||
|
||||
|
||||
/**
|
||||
* 某个实体(帖子、评论/回复)的获赞
|
||||
* like:entity:entityType:entityId -> set(userId)
|
||||
|
Loading…
Reference in New Issue
Block a user