io.quarkus.redis.client.runtime.MutinyRedisAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-redis-client Show documentation
Show all versions of quarkus-redis-client Show documentation
Connect to Redis in either imperative or reactive style
package io.quarkus.redis.client.runtime;
import io.vertx.redis.client.RedisAPI;
public class MutinyRedisAPI extends io.vertx.mutiny.redis.client.RedisAPI {
MutinyRedisAPI(RedisAPI delegate) {
super(delegate);
}
MutinyRedisAPI() {
super(null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy