|
@@ -14,10 +14,10 @@ namespace Predis\Transaction;
|
|
use Exception;
|
|
use Exception;
|
|
use InvalidArgumentException;
|
|
use InvalidArgumentException;
|
|
use SplQueue;
|
|
use SplQueue;
|
|
|
|
+use Predis\ClientContextInterface;
|
|
use Predis\ClientException;
|
|
use Predis\ClientException;
|
|
use Predis\ClientInterface;
|
|
use Predis\ClientInterface;
|
|
use Predis\CommunicationException;
|
|
use Predis\CommunicationException;
|
|
-use Predis\ExecutableContextInterface;
|
|
|
|
use Predis\NotSupportedException;
|
|
use Predis\NotSupportedException;
|
|
use Predis\Response\ErrorInterface as ErrorResponseInterface;
|
|
use Predis\Response\ErrorInterface as ErrorResponseInterface;
|
|
use Predis\Response\ServerException;
|
|
use Predis\Response\ServerException;
|
|
@@ -31,7 +31,7 @@ use Predis\Protocol\ProtocolException;
|
|
*
|
|
*
|
|
* @author Daniele Alessandri <suppakilla@gmail.com>
|
|
* @author Daniele Alessandri <suppakilla@gmail.com>
|
|
*/
|
|
*/
|
|
-class MultiExec implements ExecutableContextInterface
|
|
|
|
|
|
+class MultiExec implements ClientContextInterface
|
|
{
|
|
{
|
|
private $state;
|
|
private $state;
|
|
|
|
|