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

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

The newest version!
package redis.clients.jedis.commands;

public interface JedisCommands extends KeyCommands, StringCommands, ListCommands, HashCommands,
    SetCommands, SortedSetCommands, GeoCommands, HyperLogLogCommands, StreamCommands,
    ScriptingKeyCommands, FunctionCommands {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy