added binary version of MultiKey commands

This commit is contained in:
samhendley
2012-12-26 10:22:38 -05:00
parent 2006d80ac5
commit cc0ef89b7d
4 changed files with 91 additions and 2 deletions

View File

@@ -149,6 +149,8 @@ public interface BinaryJedisCommands {
Set<byte[]> zrangeByScore(byte[] key, double min, double max);
Set<byte[]> zrangeByScore(byte[] key, byte[] min, byte[] max);
Set<byte[]> zrevrangeByScore(byte[] key, double max, double min);
Set<byte[]> zrangeByScore(byte[] key, double min, double max, int offset,