Extra space is removed
This commit is contained in:
@@ -186,7 +186,7 @@ public class Connection {
|
|||||||
public Long getIntegerReply() {
|
public Long getIntegerReply() {
|
||||||
flush();
|
flush();
|
||||||
pipelinedCommands--;
|
pipelinedCommands--;
|
||||||
return (Long)protocol.read(inputStream);
|
return (Long) protocol.read(inputStream);
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<String> getMultiBulkReply() {
|
public List<String> getMultiBulkReply() {
|
||||||
|
|||||||
Reference in New Issue
Block a user