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

biz.paluch.logging.gelf.intern.sender.RedisSenderConstants Maven / Gradle / Ivy

There is a newer version: 1.15.1
Show newest version
package biz.paluch.logging.gelf.intern.sender;

/**
 * @author Mark Paluch
 */
class RedisSenderConstants {
    public static final String REDIS_SCHEME = "redis";
    public static final String REDIS_SENTINEL_SCHEME = "redis-sentinel";

    private RedisSenderConstants() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy