Merge branch 'Issue221' of https://github.com/ivowiblo/jedis into issue221
Conflicts: src/main/java/redis/clients/jedis/BinaryJedisCommands.java
This commit is contained in:
@@ -186,4 +186,8 @@ public interface JedisCommands {
|
||||
|
||||
Long linsert(String key, Client.LIST_POSITION where, String pivot,
|
||||
String value);
|
||||
|
||||
Long lpushx(String key, String string);
|
||||
|
||||
Long rpushx(String key, String string);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user