JedisCommands DOES NOT inherit from BinaryJedisCommand
This commit is contained in:
@@ -7,7 +7,7 @@ import java.util.Set;
|
||||
/**
|
||||
* Common interface for sharded and non-sharded Jedis
|
||||
*/
|
||||
public interface JedisCommands extends BinaryJedisCommands {
|
||||
public interface JedisCommands {
|
||||
String set(String key, String value);
|
||||
|
||||
String get(String key);
|
||||
|
||||
Reference in New Issue
Block a user