All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redislabs.mesclun.cluster.api.StatefulRedisModulesClusterConnection Maven / Gradle / Ivy

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