1.增加Jedis插件exclude的方法

This commit is contained in:
ascrutae 2016-06-12 11:21:14 +08:00
parent a0dceb8059
commit b307610897
1 changed files with 3 additions and 1 deletions

View File

@ -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")
)
};
}