-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fc0270
commit db9cc0d
Showing
6 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,9 @@ expire设置过期时间 | |
incrby命令可以实现原子性的递增,所以可以运用于高并发的秒杀活动、分布式序列号的生成 | ||
- 一个手机号发多少条短信 | ||
- 一个接口一分钟限制多少请求 | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[ | ||
"docs/database/redis/index.md", | ||
"docs/java/framework/springboot/logback.md", | ||
"README.md", | ||
"docs/database/redis/redis-benchmark.md", | ||
"docs/java/basic/basic.md", | ||
"docs/java/designPattern/behavioral/observer.md", | ||
"docs/java/framework/jetcache/index.md", | ||
"docs/java/framework/springboot/log/logback/index.md", | ||
"docs/java/framework/springboot/logback.md", | ||
"docs/java/utils/Caffeine/index.md", | ||
"docs/java/utils/lombok/annotations/Builder.md", | ||
"docs/java/utils/lombok/annotations/Generated.md" | ||
"docs/java/utils/lombok/annotations/Builder.md" | ||
] |