JedisCommands DOES NOT inherit from BinaryJedisCommand

This commit is contained in:
Yaourt
2010-11-04 14:08:18 +01:00
parent 7213955d62
commit ef1cbfafc9

View File

@@ -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);