fix incorrect opening of pipeline during multi
This commit is contained in:
@@ -526,7 +526,6 @@ public class LettuceConnection implements RedisConnection {
|
||||
return;
|
||||
}
|
||||
isMulti = true;
|
||||
openPipeline();
|
||||
try {
|
||||
if (isPipelined()) {
|
||||
pipeline(asyncConn.multi());
|
||||
|
||||
Reference in New Issue
Block a user