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

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

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

public interface JedisBinaryCommands extends KeyBinaryCommands, StringBinaryCommands,
    ListBinaryCommands, HashBinaryCommands, SetBinaryCommands, SortedSetBinaryCommands,
    GeoBinaryCommands, HyperLogLogBinaryCommands, StreamBinaryCommands, ScriptingKeyBinaryCommands,
    FunctionBinaryCommands {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy