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

redis.clients.jedis.commands.GenericControlCommands Maven / Gradle / Ivy

The newest version!
package redis.clients.jedis.commands;

import java.util.List;
import redis.clients.jedis.Module;
import redis.clients.jedis.params.FailoverParams;

public interface GenericControlCommands extends ConfigCommands, ScriptingControlCommands, SlowlogCommands {

  String failover();

  String failover(FailoverParams failoverParams);

  String failoverAbort();

  List moduleList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy