Exemplo n.º 1
0
 /**
  * @internal
  */
 public function flushAll()
 {
     $this->connectIfNeeded();
     $this->redis->flushAll();
 }