更新配套教程

This commit is contained in:
Veal98 2021-02-19 10:15:57 +08:00
parent 704cd3b10f
commit 57c42266bf
3 changed files with 2 additions and 3 deletions

View File

@ -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 数据库表分析
### 部署篇

View File

@ -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 数据库表分析
### 部署篇

View File

@ -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)