public static class Commands.ClusterCommands extends Object implements Commands.CommandProvider
| Constructor and Description |
|---|
ClusterCommands() |
| Modifier and Type | Method and Description |
|---|---|
redis.clients.jedis.commands.ProtocolCommand |
getAddCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getAddHashCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getAggregateCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getAlterCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getCreateCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getCursorCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getDelCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getDropCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getExplainCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getGetCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getInfoCommand() |
redis.clients.jedis.commands.ProtocolCommand |
getSearchCommand() |
public redis.clients.jedis.commands.ProtocolCommand getCreateCommand()
getCreateCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getAlterCommand()
getAlterCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getAddCommand()
getAddCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getAddHashCommand()
getAddHashCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getDelCommand()
getDelCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getInfoCommand()
getInfoCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getDropCommand()
getDropCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getSearchCommand()
getSearchCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getExplainCommand()
getExplainCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getGetCommand()
getGetCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getAggregateCommand()
getAggregateCommand in interface Commands.CommandProviderpublic redis.clients.jedis.commands.ProtocolCommand getCursorCommand()
getCursorCommand in interface Commands.CommandProviderCopyright © 2019. All rights reserved.