
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