return transaction;
}
<<<<<<< HEAD
=======
@Deprecated
/**
* This method is deprecated due to its error prone
* and will be removed on next major release
* You can use multi() instead
* @see https://github.com/xetorthio/jedis/pull/498
*/
public List
Solution content
return transaction;
}
protected void checkIsInMulti() {
if (client.isInMulti()) {
throw new JedisDataException(