Fix JedisConnection transaction discard
DATAREDIS-135
This commit is contained in:
@@ -588,7 +588,7 @@ public class JedisConnection implements RedisConnection {
|
||||
pipeline.discard();
|
||||
return;
|
||||
}
|
||||
client.discard();
|
||||
transaction.discard();
|
||||
} catch (Exception ex) {
|
||||
throw convertJedisAccessException(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user