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

com.dxy.library.cache.redis.inter.RedisConsumer 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/26 14:57
 */
public interface RedisConsumer {

    void accept(T t) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy