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

com.starxmind.piano.redis.config.Cluster Maven / Gradle / Ivy

The newest version!
package com.starxmind.piano.redis.config;

import lombok.Data;

/**
 * TODO
 *
 * @author pizzalord
 * @since 1.0
 */
@Data
public class Cluster {
    private String nodes;
    private int maxRedirects;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy