コード例 #1
0
ファイル: Redis.php プロジェクト: vanslambrouckd/geotools
 /**
  * {@inheritDoc}
  */
 public function flush()
 {
     $this->redis->flushDb();
 }