Exemplo n.º 1
-3
 /**
  * Delete an item from the cache.
  *
  * @param  string  $key
  * @return void
  */
 public function forget($key)
 {
     $this->redis->del($key);
 }