public static class Commands.SingleNodeCommands extends Object implements Commands.CommandProvider
Constructor and Description |
---|
SingleNodeCommands() |
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.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getAlterCommand()
getAlterCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getAddCommand()
getAddCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getAddHashCommand()
getAddHashCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getDelCommand()
getDelCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getInfoCommand()
getInfoCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getDropCommand()
getDropCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getSearchCommand()
getSearchCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getExplainCommand()
getExplainCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getGetCommand()
getGetCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getAggregateCommand()
getAggregateCommand
in interface Commands.CommandProvider
public redis.clients.jedis.commands.ProtocolCommand getCursorCommand()
getCursorCommand
in interface Commands.CommandProvider
Copyright © 2019. All rights reserved.