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

redis.clients.jedis.JedisBroadcastAndRoundRobinConfig Maven / Gradle / Ivy

package redis.clients.jedis;

public interface JedisBroadcastAndRoundRobinConfig {

  public enum RediSearchMode {
    DEFAULT, LIGHT;
  }

  RediSearchMode getRediSearchModeInCluster();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy