|
@@ -87,15 +87,15 @@ class Redis extends Driver {
|
|
{
|
|
{
|
|
$this->redis->del($key);
|
|
$this->redis->del($key);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Flush the entire cache.
|
|
* Flush the entire cache.
|
|
- *
|
|
|
|
|
|
+ *
|
|
* @return void
|
|
* @return void
|
|
*/
|
|
*/
|
|
- public function flush()
|
|
|
|
- {
|
|
|
|
- $this->redis->flushdb();
|
|
|
|
- }
|
|
|
|
|
|
+ public function flush()
|
|
|
|
+ {
|
|
|
|
+ $this->redis->flushdb();
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|