diff --git a/docs/README.md b/docs/README.md index 87467da1f..80b3b15db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ You use either of the following 2 ways to include `shiro-redis` into your projec org.crazycake shiro-redis - 3.2.3 + 3.3.0 ``` @@ -25,10 +25,10 @@ You use either of the following 2 ways to include `shiro-redis` into your projec ## shiro-core/jedis Version Comparison Charts -| shiro-redis | jedis | jedis | +| shiro-redis | shiro | jedis | | :----------------:| :-------: | :-------: | | 3.2.3 | 1.3.2 | 2.9.0 | -| 3.3.0(Unrelease) | 1.6.0 | 3.3.0 | +| 3.3.0 | 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 = `