Skip to content

Commit f292937

Browse files
authored
Update README_zh.md
1 parent abdd6d4 commit f292937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
**支持 JDK: 1.8 ... 21**
99

10-
**支持 Redisson: 3.15.5 ... 3.27.0**
10+
**支持 Redisson: 3.15.5 ... 3.33.0**
1111

12-
**支持 Redis: 3.0 ... 7.2**
12+
**支持 Redis: 3.0 ... 7.4**
1313

1414
## 特征
1515

@@ -237,7 +237,7 @@ public class MyCacheTemplate extends DefaultRedissonTemplate implements CacheTem
237237
}
238238

239239
public void test() {
240-
final RedissonClient redissonClient = getDataSource();
240+
final RedissonClient redissonClient = getDataSource();
241241
redissonClient.someMehotd();
242242
System.out.println("hello world");
243243
}

0 commit comments

Comments
 (0)