shutdown redis

master
alex 2022-04-10 18:47:03 +02:00
parent ba44cc3bc0
commit 8ed831dc7a
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public class KrakatoaAPI extends JavaPlugin {
super.onDisable();
this.mongoManager.shutdown();
this.redisManager.shutdown();
this.kraSocketClient.getSocketClient().getConnection().close();
this.kraSocketClient.getSocketClient().getConnection().closeConnection(1, "");