fix incorrect opening of pipeline during multi

This commit is contained in:
Costin Leau
2013-02-11 17:13:28 +02:00
parent 0d7eccc72b
commit 570abe6f9c
2 changed files with 37 additions and 7 deletions

View File

@@ -526,7 +526,6 @@ public class LettuceConnection implements RedisConnection {
return;
}
isMulti = true;
openPipeline();
try {
if (isPipelined()) {
pipeline(asyncConn.multi());