diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index cf9c6a0b0..6b7c44f9e 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -22,7 +22,9 @@ Below is the list of all available factories with local cache and/or data partit |Class name | Local cache | Data
partitioning | Entry
eviction | Ultra-fast
read/write | | ------------- | :-----------: | :----------:| :----------:| :----------:| |RedissonRegionFactory
open-source version | ❌ | ❌ | **scripted** | ❌ | +|RedissonRegionNativeFactory
open-source version | ❌ | ❌ | **native** | ❌ | |RedissonRegionFactory
[Redisson PRO](http://redisson.pro) version | ❌ | ❌ | **scripted** | ✔️ | +|RedissonRegionNativeFactory
[Redisson PRO](http://redisson.pro) version | ❌ | ❌ | **native** | ✔️ | |RedissonRegionV2Factory
available only in [Redisson PRO](http://redisson.pro) | ❌ | ✔️ | **advanced** | ✔️ | |RedissonLocalCachedRegionFactory
available only in [Redisson PRO](http://redisson.pro) | ✔️ | ❌ | **scripted** | ✔️ | |RedissonLocalCachedV2RegionFactory
available only in [Redisson PRO](http://redisson.pro) | ✔️ | ✔️ | **advanced** | ✔️ |