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

templates.redisLettuceProperties.ftl Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package ${cfg.packageRedis};

public class RedisLettuceProperties {
    private RedisLettucePoolProperties pool;

    public RedisLettucePoolProperties getPool() {
        return pool;
    }

    public void setPool(RedisLettucePoolProperties pool) {
        this.pool = pool;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy