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

com.github.lontime.extredisson.common.ConnectionKind Maven / Gradle / Ivy

The newest version!
package com.github.lontime.extredisson.common;

/**
 * ConnectionKind.
 * @author lontime
 * @since 1.0
 */
public enum ConnectionKind {
    /**
     * name.
     */
    NAME,
    /**
     * hash.
     */
    SMART;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy