1.增加clusterSlots方法的过滤
This commit is contained in:
parent
e617ac3154
commit
4f37cb7d08
|
|
@ -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")
|
||||
)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue