All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cjy.fat.redis.operation.NeedFinishCountOperation Maven / Gradle / Ivy

There is a newer version: 1.0.6-RELEASE
Show newest version
package com.cjy.fat.redis.operation;

public interface NeedFinishCountOperation {
	
	/**
	 * 增加需要完成的服务数量
	 * @param txKey
	 */
	public void incrNeedServiceFinishNum(String txKey);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy