Refactored to support object multi bulk reply

This commit is contained in:
Jonathan Leibiusky
2010-07-07 22:55:35 -03:00
parent 81cc2cec8e
commit 20acb5bc60
7 changed files with 114 additions and 81 deletions

View File

@@ -375,5 +375,4 @@ public class Client extends Connection {
public void exec() throws JedisException {
sendCommand("EXEC");
}
}