implement redis command interface

master
Alex 2022-03-21 19:48:00 +01:00
parent 6ea1aef3a7
commit 3787a206ed
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class ProxySystem extends Plugin {
this.mongoManager.getMongoClient().close(); this.mongoManager.getMongoClient().close();
this.redisManager.getConnection().close(); //this.redisManager.getConnection().close();
this.redisManager.getClient().shutdown(); this.redisManager.getClient().shutdown();
instance = null; instance = null;