
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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy