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

com.github.lontime.extredisson.provider.DefaultProvider Maven / Gradle / Ivy

The newest version!
package com.github.lontime.extredisson.provider;

/**
 * DefaultRedissonProvider.
 * @author lontime
 * @since 1.0
 */
public class DefaultProvider extends AbstractProvider {

    public static DefaultProvider create() {
        return new DefaultProvider();
    }

    @Override
    public String getName() {
        return "redisson[default]";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy