Completing interface

This commit is contained in:
Lars Strojny
2014-07-01 15:10:07 +02:00
parent e05eaa2b07
commit 18c4a987d5
5 changed files with 27 additions and 0 deletions

View File

@@ -113,6 +113,8 @@ public interface JedisCommands {
String srandmember(String key);
List<String> srandmember(String key, int count);
Long strlen(String key);
Long zadd(String key, double score, String member);