This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3efc47334e [fix] 新增场景 (#1252)
3efc47334e is described below
commit 3efc47334e61c98767e1f9e1093c0c9a9b96d969
Author: JIAN ZHONG <[email protected]>
AuthorDate: Tue Jul 19 20:42:13 2022 +0800
[fix] 新增场景 (#1252)
---
.../zh/docs3-building/java-sdk/reference-manual/protocol/redis/guide.md | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/content/zh/docs3-building/java-sdk/reference-manual/protocol/redis/guide.md
b/content/zh/docs3-building/java-sdk/reference-manual/protocol/redis/guide.md
index cdfad9f98e..9eb36ed504 100644
---
a/content/zh/docs3-building/java-sdk/reference-manual/protocol/redis/guide.md
+++
b/content/zh/docs3-building/java-sdk/reference-manual/protocol/redis/guide.md
@@ -11,6 +11,8 @@ weight: 2
## 使用场景
+缓存,限流,分布式锁等
+
## 使用方式
#### 注册 redis 服务的地址
```java