![JAR search and dependency download from the Maven repository](/logo.png)
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