BinaryJedis is born, Jedis inherits from it
This commit is contained in:
2856
src/main/java/redis/clients/jedis/BinaryJedis.java
Normal file
2856
src/main/java/redis/clients/jedis/BinaryJedis.java
Normal file
File diff suppressed because it is too large
Load Diff
@@ -48,9 +48,9 @@ public interface BinaryJedisCommands {
|
|||||||
|
|
||||||
Integer hsetnx(byte[] key, byte[] field, byte[] value);
|
Integer hsetnx(byte[] key, byte[] field, byte[] value);
|
||||||
|
|
||||||
String hmset(byte[] key, Map<String, String> hash);
|
String hmset(byte[] key, Map<byte[], byte[]> hash);
|
||||||
|
|
||||||
List<byte[]> hmget(byte[] key, String... fields);
|
List<byte[]> hmget(byte[] key, byte[]... fields);
|
||||||
|
|
||||||
Integer hincrBy(byte[] key, byte[] field, int value);
|
Integer hincrBy(byte[] key, byte[] field, int value);
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user