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

org.swisspush.redisques.util.RedisProvider Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package org.swisspush.redisques.util;

import io.vertx.core.Future;
import io.vertx.redis.client.RedisAPI;

/**
 * Provider for {@link RedisAPI}
 *
 * @author Marc-André Weber
 */
public interface RedisProvider {
    Future redis();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy