We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639aa7b commit abdd6d4Copy full SHA for abdd6d4
README.md
@@ -7,9 +7,9 @@
7
8
**Supported JDK: 1.8 ... 21**
9
10
-**Supported Redisson: 3.15.5 ... 3.27.0**
+**Supported Redisson: 3.15.5 ... 3.33.0**
11
12
-**Supported Redis: 3.0 ... 7.2**
+**Supported Redis: 3.0 ... 7.4**
13
14
## Features
15
@@ -236,7 +236,7 @@ public class MyCacheTemplate extends DefaultRedissonTemplate implements CacheTem
236
}
237
238
public void test() {
239
- final RedissonClient redissonClient = getDataSource();
+ final RedissonClient redissonClient = getDataSource();
240
redissonClient.someMehotd();
241
System.out.println("hello world");
242
0 commit comments