Pipeline eval and evalsha.

This commit is contained in:
anthonyu
2013-08-20 19:43:32 -07:00
parent 62c30dfe8b
commit bc86b1210b
4 changed files with 98 additions and 2 deletions

View File

@@ -2739,7 +2739,7 @@ public class Jedis extends BinaryJedis implements JedisCommands, MultiKeyCommand
client.rollbackTimeout();
}
private String[] getParams(List<String> keys, List<String> args) {
protected static String[] getParams(List<String> keys, List<String> args) {
int keyCount = keys.size();
int argCount = args.size();