![JAR search and dependency download from the Maven repository](/logo.png)
com.github.risedragone.jedis.JedisClient Maven / Gradle / Ivy
The newest version!
package com.github.risedragone.jedis;
import java.util.List;
import redis.clients.jedis.BinaryJedisCommands;
import redis.clients.jedis.JedisCommands;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.MultiKeyBinaryCommands;
import redis.clients.jedis.MultiKeyCommands;
import redis.clients.jedis.Response;
public interface JedisClient extends BinaryJedisCommands, MultiKeyBinaryCommands, JedisCommands, MultiKeyCommands {
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy