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:
Jonathan Leibiusky
2012-05-06 19:30:37 -03:00
4 changed files with 30 additions and 1 deletions

View File

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