
com.redislabs.mesclun.cluster.api.StatefulRedisModulesClusterConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mesclun Show documentation
Show all versions of mesclun Show documentation
Java client for Redis Labs module
The newest version!
package com.redislabs.mesclun.cluster.api;
import com.redislabs.mesclun.api.StatefulRedisModulesConnection;
import com.redislabs.mesclun.cluster.api.async.RedisModulesAdvancedClusterAsyncCommands;
import com.redislabs.mesclun.cluster.api.reactive.RedisModulesAdvancedClusterReactiveCommands;
import com.redislabs.mesclun.cluster.api.sync.RedisModulesAdvancedClusterCommands;
import io.lettuce.core.cluster.api.StatefulRedisClusterConnection;
public interface StatefulRedisModulesClusterConnection extends StatefulRedisClusterConnection, StatefulRedisModulesConnection {
RedisModulesAdvancedClusterCommands sync();
RedisModulesAdvancedClusterAsyncCommands async();
RedisModulesAdvancedClusterReactiveCommands reactive();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy