From e15b6c51b781273ac725ed9a8b4b37148a1bfa56 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 3 Sep 2020 10:48:50 -0700 Subject: [PATCH] Add Jedis Version Comparison Charts Add Jedis Version Comparison Charts --- docs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/README.md b/docs/README.md index 33cd1a4db..f1ae0f5b1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,6 +25,13 @@ You use either of the following 2 ways to include `shiro-redis` into your projec > **注意**:\ > 请不要使用3.1.0以下版本 +## Jedis Version Comparison Charts + +| shiro-redis | jedis | +| :----------------:| :-------: | +| 3.2.3 | 2.9.0 | +| 3.3.0(Unrelease) | 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 = `