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

com.github.aqiu202.lock.distributed.ReentrantRedisTtlLock Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.aqiu202.lock.distributed;

import com.github.aqiu202.id.IdGenerator;
import com.github.aqiu202.lock.base.AbstractReentrantTtlLock;

/**
 * 
集中式缓存实现的锁
* * @author aqiu **/ public class ReentrantRedisTtlLock extends AbstractReentrantTtlLock { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy