io.quarkus.redis.datasource.ReactiveTransactionalRedisCommands 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.datasource;
import io.quarkus.redis.datasource.transactions.ReactiveTransactionalRedisDataSource;
/**
* Interface implemented by transactional and reactive Redis command groups.
*/
public interface ReactiveTransactionalRedisCommands {
/**
* @return the data source.
*/
ReactiveTransactionalRedisDataSource getDataSource();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy