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

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy