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

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

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

import com.github.aqiu202.lock.centralize.LocaleTtlLock;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy