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

com.crossoverjie.distributed.constant.RedisToolsConstant Maven / Gradle / Ivy

package com.crossoverjie.distributed.constant;

/**
 * Function:
 *
 * @author crossoverJie
 *         Date: 06/05/2018 01:03
 * @since JDK 1.8
 */
public class RedisToolsConstant {

    /**
     * single Redis
     */
    public final static int SINGLE = 1 ;

    /**
     * Redis cluster
     */
    public final static int CLUSTER = 2 ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy