예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function updateAction(ActionInterface $action)
 {
     $action->setId($this->getNextId());
     $this->client->hset($this->getActionKey(), $action->getId(), serialize($action));
     $this->deployActionDependOnDelivery($action);
 }