Skip to content

Commit abdd6d4

Browse files
authored
Update README.md
1 parent 639aa7b commit abdd6d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

88
**Supported JDK: 1.8 ... 21**
99

10-
**Supported Redisson: 3.15.5 ... 3.27.0**
10+
**Supported Redisson: 3.15.5 ... 3.33.0**
1111

12-
**Supported Redis: 3.0 ... 7.2**
12+
**Supported Redis: 3.0 ... 7.4**
1313

1414
## Features
1515

@@ -236,7 +236,7 @@ public class MyCacheTemplate extends DefaultRedissonTemplate implements CacheTem
236236
}
237237

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

0 commit comments

Comments
 (0)