implement redis command interface
parent
6ea1aef3a7
commit
3787a206ed
|
@ -87,7 +87,7 @@ public class ProxySystem extends Plugin {
|
|||
|
||||
this.mongoManager.getMongoClient().close();
|
||||
|
||||
this.redisManager.getConnection().close();
|
||||
//this.redisManager.getConnection().close();
|
||||
this.redisManager.getClient().shutdown();
|
||||
|
||||
instance = null;
|
||||
|
|
Loading…
Reference in New Issue