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

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

package redis.clients.jedis.commands;

public interface PipelineCommands extends KeyPipelineCommands, StringPipelineCommands,
    ListPipelineCommands, HashPipelineCommands, SetPipelineCommands, SortedSetPipelineCommands,
    GeoPipelineCommands, HyperLogLogPipelineCommands, StreamPipelineCommands,
    ScriptingKeyPipelineCommands, SampleKeyedPipelineCommands, FunctionPipelineCommands {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy