
com.dxy.library.cache.redis.inter.RedisConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cache-redis Show documentation
Show all versions of cache-redis Show documentation
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