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

site.dunhanson.redis.entity.Cluster Maven / Gradle / Ivy

There is a newer version: 1.0.2-alpha-2
Show newest version
package site.dunhanson.redis.entity;

import lombok.Data;

/**
 * @author dunhanson
 * 2020-04-22
 * 集群信息
 */
@Data
public class Cluster {
    /**集群类型**/
    private String type;
    /**哨兵信息**/
    private Sentinel sentinel;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy