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

com.redis.lettucemod.cluster.api.sync.RedisModulesAdvancedClusterCommands Maven / Gradle / Ivy

The newest version!
package com.redis.lettucemod.cluster.api.sync;

import com.redis.lettucemod.cluster.api.StatefulRedisModulesClusterConnection;
import io.lettuce.core.cluster.api.sync.RedisAdvancedClusterCommands;

public interface RedisModulesAdvancedClusterCommands extends RedisAdvancedClusterCommands, RedisModulesClusterCommands {

    RedisModulesClusterCommands getConnection(String nodeId);

    RedisModulesClusterCommands getConnection(String host, int port);

    /**
     * @return the underlying connection.
     */
    StatefulRedisModulesClusterConnection getStatefulConnection();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy