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

site.dunhanson.redis.entity.Redis 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
 * redis
 */
@Data
public class Redis {
    /**集群类型**/
    private String type;
    /**单节点**/
    private Single single;
    /**集群**/
    private Cluster cluster;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy