1.增加clusterSlots方法的过滤

This commit is contained in:
ascrutae 2016-06-13 13:25:23 +08:00
parent e617ac3154
commit 4f37cb7d08
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ public class JedisPluginDefine implements InterceptorDefine {
new SimpleMethodMatcher("getDB"),
new SimpleMethodMatcher("connect"),
new SimpleMethodMatcher("setDataSource"),
new SimpleMethodMatcher("resetState")
new SimpleMethodMatcher("resetState"),
new SimpleMethodMatcher("clusterSlots")
)
};
}