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

@@ -115,6 +115,8 @@ public interface BinaryJedisCommands {
byte[] srandmember(byte[] key);
List<byte[]> srandmember(final byte[] key, final int count);
Long strlen(byte[] key);
Long zadd(byte[] key, double score, byte[] member);