Skip to content

Commit

Permalink
更新配套教程
Browse files Browse the repository at this point in the history
  • Loading branch information
Veal98 committed Feb 19, 2021
1 parent 704cd3b commit 57c4226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 数据库表分析

### 部署篇
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 数据库表分析

### 部署篇
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/greate/community/util/RedisKeyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57c4226

Please sign in to comment.