From 508125023ec63a194f262222c4542613493f2f62 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Tue, 26 Jul 2022 20:46:32 +0400 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3279f50..71f28cd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ but since Api has been split from the platform there some changes that have to b * your plugin have used the Method `RedisBungeeAPI#getServerFor(UUID player)` as it was returning `net.md_5.bungee.api.config.ServerInfo` now it returns `String`. -as of 0.8.0+ If you are using static method `RedisBungee#getPool()` it might fail in: -* if Cluster due fact its Uses different classes +as of version 0.8.0, +If you are using static method `RedisBungee#getPool()` it might fail in: +* if Cluster mode is enabled, due fact its Uses different classes * JedisPool compatibility mode is disabled in the config due fact project internally switched to JedisPooled than Jedis ## notes