2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

more java docs stuff + added jedis pool method and deprecate it

This commit is contained in:
2022-04-14 14:34:56 +04:00
parent 102f8591ab
commit 070e416fac
4 changed files with 28 additions and 6 deletions

View File

@@ -134,6 +134,11 @@ public class RedisBungeeBungeePlugin extends Plugin implements RedisBungeePlugin
return !jedisPool.isClosed();
}
@Override
public JedisPool getJedisPool() {
return this.jedisPool;
}
@Override
public RedisBungeeAPI getApi() {
return this.api;