|
@@ -896,6 +896,7 @@ class MultiExecBlock {
|
|
|
public function unwatch() {
|
|
|
$this->isWatchSupported();
|
|
|
$this->_redisClient->unwatch();
|
|
|
+ return $this;
|
|
|
}
|
|
|
|
|
|
public function discard() {
|
|
@@ -903,6 +904,7 @@ class MultiExecBlock {
|
|
|
$this->_commands = array();
|
|
|
$this->_initialized = false;
|
|
|
$this->_discarded = true;
|
|
|
+ return $this;
|
|
|
}
|
|
|
|
|
|
public function exec() {
|