/**
  * @internal
  */
 public function flushAll()
 {
     $this->connectIfNeeded();
     $this->redis->flushAll();
 }