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

io.redisearch.ClusterClient Maven / Gradle / Ivy

The newest version!
package io.redisearch;

import java.util.List;

/**
 * @deprecated ClusterClient is going to be removed in the future
 */
@Deprecated
public interface ClusterClient extends Client {

    List broadcast(String... args);
}