com.cjy.fat.redis.GroupServiceSetOperation Maven / Gradle / Ivy
package com.cjy.fat.redis;
public interface GroupServiceSetOperation {
void addLocalServiceSetToGroupServiceSet(String localTxKey , String rootKey);
void addToGroupServiceSet(String rootTxKey , String serviceId);
}