Skip to content

Commit

Permalink
update shiro-core/jedis Version Comparison Charts
Browse files Browse the repository at this point in the history
update shiro-core/jedis Version Comparison Charts
  • Loading branch information
alexxiyang authored Sep 3, 2020
1 parent e15b6c5 commit bf85ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ You use either of the following 2 ways to include `shiro-redis` into your projec
> **注意**\
> 请不要使用3.1.0以下版本
## Jedis Version Comparison Charts
## shiro-core/jedis Version Comparison Charts

| shiro-redis | jedis |
| :----------------:| :-------: |
| 3.2.3 | 2.9.0 |
| 3.3.0(Unrelease) | 3.3.0 |
| shiro-redis | jedis | jedis |
| :----------------:| :-------: | :-------: |
| 3.2.3 | 1.3.2 | 2.9.0 |
| 3.3.0(Unrelease) | 1.6.0 | 3.3.0 |

# Before use
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>`
Expand Down

0 comments on commit bf85ca1

Please sign in to comment.