From a5cb8fe13c07b59b3cbf86c95266068227f673c2 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 10 Dec 2019 19:48:53 +0300 Subject: [PATCH] Update README.md --- redisson-mybatis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-mybatis/README.md b/redisson-mybatis/README.md index 24c2cb11f..1c0debbc8 100644 --- a/redisson-mybatis/README.md +++ b/redisson-mybatis/README.md @@ -12,7 +12,7 @@ Redisson provides various MyBatis Cache implementations including those with fea Below is the list of all available implementations with local cache and/or data partitioning support: -|Class name | Local cache
support
(up to 45x faster) | Data partitioning
support | +|Class name | Local cache | Data partitioning | | ------------- | ------------- | ------------| |RedissonCache
  | No | No | |RedissonLocalCachedCache
available only in [Redisson PRO](http://redisson.pro) edition | **Yes** | No |