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

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

Go to download

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

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

/**
 * Redis连接的获取和关闭
 * @author duanxinyuan
 * 2019/4/16 21:58
 */
public interface IExecutor {

    /**
     * 自定义操作方法
     */
    void executeVoid(RedisConsumer consumer);

    /**
     * 自定义操作方法
     */
     T execute(RedisFunction function);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy