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

com.dxy.library.cache.redis.inter.RedisFunction Maven / Gradle / Ivy

Go to download

Redis缓存库,支持single/sentinel/sharded/cluster四种集群方式,支持布隆过滤器,支持分布式锁

The newest version!
package com.dxy.library.cache.redis.inter;

/**
 * @author duanxinyuan
 * 2019/8/14 21:57
 */
public interface RedisFunction {

    R apply(T t) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy