From 784bd3d9eda899730c44f92acce1e5a5fc013e75 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 6 Apr 2021 09:00:18 +0300 Subject: [PATCH] Update README.md --- redisson-hibernate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson-hibernate/README.md b/redisson-hibernate/README.md index f6f95a77e..14de73ed9 100644 --- a/redisson-hibernate/README.md +++ b/redisson-hibernate/README.md @@ -9,7 +9,7 @@ Redisson provides various Hibernate Cache factories including those with feature **local cache** - so called `near cache`, which is useful for use cases when Hibernate Cache used mostly for read operations and/or network roundtrips are undesirable. It caches Map entries on Redisson side and executes read operations up to **5x faster** in comparison with common implementation. Local cache instances with the same name connected to the same pub/sub channel. This channel is used for exchanging of update/invalidate events between instances. -**data partitioning** - scales available memory, read/write operations and entry eviction process for individual Hibernate Cache instance in Redis cluster. +**data partitioning** - data partitioning in cluster mode. Scales available memory, read/write operations and entry eviction process for individual Hibernate Cache instance in Redis cluster. Below is the list of all available factories with local cache and/or data partitioning support: