Ejemplo n.º 1
0
 public function clear()
 {
     $this->tarantool->call('queue.truncate', [$this->getOption('space'), $this->getOption('tube_name')]);
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     $this->tarantool->call('queue.truncate', [$this->space, $this->tubeName]);
 }