Exemplo n.º 1
-3
 /**
  * Flush the entire cache.
  *
  * @return void
  */
 public function flush()
 {
     $this->redis->flushdb();
 }