shutdown redis
parent
ba44cc3bc0
commit
8ed831dc7a
|
@ -116,6 +116,7 @@ public class KrakatoaAPI extends JavaPlugin {
|
||||||
super.onDisable();
|
super.onDisable();
|
||||||
|
|
||||||
this.mongoManager.shutdown();
|
this.mongoManager.shutdown();
|
||||||
|
this.redisManager.shutdown();
|
||||||
|
|
||||||
this.kraSocketClient.getSocketClient().getConnection().close();
|
this.kraSocketClient.getSocketClient().getConnection().close();
|
||||||
this.kraSocketClient.getSocketClient().getConnection().closeConnection(1, "");
|
this.kraSocketClient.getSocketClient().getConnection().closeConnection(1, "");
|
||||||
|
|
Loading…
Reference in New Issue