Added sharding+pipelining support

This commit is contained in:
Jonathan Leibiusky
2010-11-02 01:04:02 -03:00
parent 7d3fb44639
commit d70c42edb9
5 changed files with 771 additions and 293 deletions

View File

@@ -2849,4 +2849,8 @@ public class Jedis implements JedisCommands {
client.debug(params);
return client.getStatusCodeReply();
}
public Client getClient() {
return client;
}
}