
io.quarkus.redis.datasource.ReactiveRedisCommands Maven / Gradle / Ivy
package io.quarkus.redis.datasource;
/**
* Interface implemented by reactive Redis command groups.
*/
public interface ReactiveRedisCommands {
/**
* @return the data source.
*/
ReactiveRedisDataSource getDataSource();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy