Uses of Interface
redis.clients.jedis.commands.ProtocolCommand
-
Packages that use ProtocolCommand Package Description redis.clients.jedis -
-
Uses of ProtocolCommand in redis.clients.jedis
Classes in redis.clients.jedis that implement ProtocolCommand Modifier and Type Class Description static classProtocol.CommandMethods in redis.clients.jedis with parameters of type ProtocolCommand Modifier and Type Method Description ObjectBinaryJedis. sendBlockingCommand(ProtocolCommand cmd, byte[]... args)ObjectBinaryJedisCluster. sendBlockingCommand(byte[] sampleKey, ProtocolCommand cmd, byte[]... args)ObjectBinaryShardedJedis. sendBlockingCommand(ProtocolCommand cmd, byte[]... args)ObjectJedis. sendBlockingCommand(ProtocolCommand cmd, String... args)ObjectJedisCluster. sendBlockingCommand(String sampleKey, ProtocolCommand cmd, String... args)ObjectShardedJedis. sendBlockingCommand(ProtocolCommand cmd, String... args)ObjectBinaryJedis. sendCommand(ProtocolCommand cmd)ObjectBinaryJedis. sendCommand(ProtocolCommand cmd, byte[]... args)ObjectBinaryJedisCluster. sendCommand(byte[] sampleKey, ProtocolCommand cmd, byte[]... args)ObjectBinaryShardedJedis. sendCommand(ProtocolCommand cmd)ObjectBinaryShardedJedis. sendCommand(ProtocolCommand cmd, byte[]... args)voidConnection. sendCommand(ProtocolCommand cmd)voidConnection. sendCommand(ProtocolCommand cmd, byte[]... args)voidConnection. sendCommand(ProtocolCommand cmd, String... args)ObjectJedis. sendCommand(ProtocolCommand cmd, String... args)ObjectJedisCluster. sendCommand(String sampleKey, ProtocolCommand cmd, String... args)Response<Object>MultiKeyPipelineBase. sendCommand(ProtocolCommand cmd, byte[]... args)Response<Object>MultiKeyPipelineBase. sendCommand(ProtocolCommand cmd, String... args)Response<Object>PipelineBase. sendCommand(byte[] sampleKey, ProtocolCommand cmd, byte[]... args)Response<Object>PipelineBase. sendCommand(String sampleKey, ProtocolCommand cmd, String... args)static voidProtocol. sendCommand(RedisOutputStream os, ProtocolCommand command, byte[]... args)ObjectShardedJedis. sendCommand(ProtocolCommand cmd, String... args)
-