1.增加Jedis插件exclude的方法
This commit is contained in:
parent
a0dceb8059
commit
b307610897
|
|
@ -22,7 +22,9 @@ public class JedisPluginDefine implements InterceptorDefine {
|
|||
new PrivateMethodMatcher(),
|
||||
new SimpleMethodMatcher("close"),
|
||||
new SimpleMethodMatcher("getDB"),
|
||||
new SimpleMethodMatcher("connect")
|
||||
new SimpleMethodMatcher("connect"),
|
||||
new SimpleMethodMatcher("setDataSource"),
|
||||
new SimpleMethodMatcher("resetState")
|
||||
)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue