This commit is contained in:
zhuangqian 2017-01-09 08:44:15 +08:00
parent b3248761d8
commit 50dea7eb6e
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015-2017, Chill Zhuang 庄骞 (smallchill@163.com).
* Copyright (c) 2011-2016, James Zhan 詹波 (jfinal@126.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015-2017, Chill Zhuang 庄骞 (smallchill@163.com).
* Copyright (c) 2011-2016, James Zhan 詹波 (jfinal@126.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -825,6 +825,7 @@ public class RedisSingle implements IJedis{
public void close() {
jedisPool.close();
jedisPool.destroy();
}
public <T> T call(ICallBack call) {