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

updated bungeecord to support Redis cluster

This commit is contained in:
2022-07-17 07:41:18 +04:00
parent 019bb30c09
commit 38de948c6b
8 changed files with 630 additions and 239 deletions

View File

@@ -12,15 +12,13 @@ import java.util.UUID;
import java.util.concurrent.TimeUnit;
/**
* This Class has all internal methods needed by every redis bungee plugin, and it can be used to implement another platforms than bungeecord
*
* @author Ham1255
* @since 0.7.0
*
*/
public interface RedisBungeePlugin<P> extends EventsPlatform{
public interface RedisBungeePlugin<P> extends EventsPlatform {
default void initialize() {
@@ -56,7 +54,7 @@ public interface RedisBungeePlugin<P> extends EventsPlatform{
List<String> getServerIds();
List<String > getCurrentServerIds(boolean nag, boolean lagged);
List<String> getCurrentServerIds(boolean nag, boolean lagged);
PubSubListener getPubSubListener();