You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You use either of the following 2 ways to include `shiro-redis` into your projec
16
16
<dependency>
17
17
<groupId>org.crazycake</groupId>
18
18
<artifactId>shiro-redis</artifactId>
19
-
<version>3.2.3</version>
19
+
<version>3.3.0</version>
20
20
</dependency>
21
21
```
22
22
@@ -25,10 +25,10 @@ You use either of the following 2 ways to include `shiro-redis` into your projec
25
25
26
26
## shiro-core/jedis Version Comparison Charts
27
27
28
-
| shiro-redis |jedis| jedis |
28
+
| shiro-redis |shiro| jedis |
29
29
| :----------------:| :-------: | :-------: |
30
30
| 3.2.3 | 1.3.2 | 2.9.0 |
31
-
| 3.3.0(Unrelease)| 1.6.0 | 3.3.0 |
31
+
| 3.3.0| 1.6.0 | 3.3.0 |
32
32
33
33
# Before use
34
34
Here is the first thing you need to know. Shiro-redis needs an id field to identify your authorization object in Redis. So please make sure your principal class has a field which you can get unique id of this object. Please setting this id field name by `cacheManager.principalIdFieldName = <your id field name of principal object>`
0 commit comments