com.github.lontime.extredisson.common.WatchKind Maven / Gradle / Ivy
The newest version!
package com.github.lontime.extredisson.common;
/**
* WatchKind.
* @author lontime
* @since 1.0
*/
public enum WatchKind {
/**
* STREAM.
*/
STREAM,
/**
* ZSET.
*/
ZSET,
/**
* service.
*/
SERVICE,
/**
* zset to hash.
*/
HASH,
/**
* reply.
*/
REPLY;
}