Uses of Interface
redis.clients.jedis.commands.ProtocolCommand
Packages that use ProtocolCommand
Package
Description
This package contains the classes related to RedisBloom module.
This package contains the classes and interfaces related to RedisGraph module.
This package contains the classes and interfaces related to RedisJSON module.
This package contains the classes and interfaces related to RediSearch module.
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of ProtocolCommand in redis.clients.jedis
Classes in redis.clients.jedis that implement ProtocolCommandMethods in redis.clients.jedis that return ProtocolCommandMethods in redis.clients.jedis with parameters of type ProtocolCommandModifier and TypeMethodDescriptionprotected ClusterCommandArgumentsClusterCommandObjects.commandArguments(ProtocolCommand command) protected CommandArgumentsCommandObjects.commandArguments(ProtocolCommand command) protected ShardedCommandArgumentsShardedCommandObjects.commandArguments(ProtocolCommand command) Connection.executeCommand(ProtocolCommand cmd) Jedis.sendBlockingCommand(ProtocolCommand cmd, byte[]... args) Jedis.sendBlockingCommand(ProtocolCommand cmd, String... args) UnifiedJedis.sendBlockingCommand(byte[] sampleKey, ProtocolCommand cmd, byte[]... args) UnifiedJedis.sendBlockingCommand(String sampleKey, ProtocolCommand cmd, String... args) UnifiedJedis.sendBlockingCommand(ProtocolCommand cmd, byte[]... args) UnifiedJedis.sendBlockingCommand(ProtocolCommand cmd, String... args) voidConnection.sendCommand(ProtocolCommand cmd) voidConnection.sendCommand(ProtocolCommand cmd, byte[]... args) voidConnection.sendCommand(ProtocolCommand cmd, String... args) voidConnection.sendCommand(ProtocolCommand cmd, Rawable keyword) Jedis.sendCommand(ProtocolCommand cmd) Jedis.sendCommand(ProtocolCommand cmd, byte[]... args) Jedis.sendCommand(ProtocolCommand cmd, String... args) Pipeline.sendCommand(ProtocolCommand cmd, byte[]... args) Pipeline.sendCommand(ProtocolCommand cmd, String... args) TransactionBase.sendCommand(ProtocolCommand cmd, byte[]... args) TransactionBase.sendCommand(ProtocolCommand cmd, String... args) UnifiedJedis.sendCommand(byte[] sampleKey, ProtocolCommand cmd, byte[]... args) UnifiedJedis.sendCommand(String sampleKey, ProtocolCommand cmd, String... args) UnifiedJedis.sendCommand(ProtocolCommand cmd) UnifiedJedis.sendCommand(ProtocolCommand cmd, byte[]... args) UnifiedJedis.sendCommand(ProtocolCommand cmd, String... args) Constructors in redis.clients.jedis with parameters of type ProtocolCommandModifierConstructorDescriptionClusterCommandArguments(ProtocolCommand command) CommandArguments(ProtocolCommand command) ShardedCommandArguments(Hashing algo, Pattern tagPattern, ProtocolCommand command) ShardedCommandArguments(Hashing algo, ProtocolCommand command) -
Uses of ProtocolCommand in redis.clients.jedis.bloom
Classes in redis.clients.jedis.bloom that implement ProtocolCommandModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enum -
Uses of ProtocolCommand in redis.clients.jedis.graph
Classes in redis.clients.jedis.graph that implement ProtocolCommandFields in redis.clients.jedis.graph with type parameters of type ProtocolCommandModifier and TypeFieldDescriptionprivate Function<ProtocolCommand, CommandArguments> GraphCommandObjects.commArgsMethod parameters in redis.clients.jedis.graph with type arguments of type ProtocolCommandModifier and TypeMethodDescriptionvoidGraphCommandObjects.setBaseCommandArgumentsCreator(Function<ProtocolCommand, CommandArguments> commArgs) -
Uses of ProtocolCommand in redis.clients.jedis.json
Classes in redis.clients.jedis.json that implement ProtocolCommand -
Uses of ProtocolCommand in redis.clients.jedis.search
Classes in redis.clients.jedis.search that implement ProtocolCommand -
Uses of ProtocolCommand in redis.clients.jedis.timeseries
Classes in redis.clients.jedis.timeseries that implement ProtocolCommand