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

org.xbib.net.scheme.RedisScheme Maven / Gradle / Ivy

package org.xbib.net.scheme;

/**
 * Redis scheme.
 */
class RedisScheme extends AbstractScheme {

    RedisScheme() {
        super("redis", 6379);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy