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