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

site.dunhanson.redis.entity.Single 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 Single {
    /**地址**/
    private String host;
    /**端口**/
    private Integer port;
    /**密码**/
    private String password;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy