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

in.hocg.boot.cache.autoconfiguration.enums.RedisMode Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
package in.hocg.boot.cache.autoconfiguration.enums;

/**
 * redis 模式
 *
 * @author hocgin
 */
public enum RedisMode {
    /**
     * 单例
     */
    Single,
    /**
     * 哨兵
     */
    Sentinel,
    /**
     * 集群
     */
    Cluster;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy