Example #1
0
 /**
  * Clears all values from the cache.
  *
  * @return mixed
  */
 public function drop()
 {
     $this->redis->flushDB();
     $this->dropChain();
 }
Example #2
0
 public function flushDB()
 {
     return (bool) $this->redis->flushDB();
 }