forked from Cavemanon/cavepaintings
remove a bunch of dead variables and things
This commit is contained in:
@@ -127,7 +127,7 @@ class RedisCache implements CacheEngine
|
||||
|
||||
public function delete(string $key)
|
||||
{
|
||||
$this->redis->delete($key);
|
||||
$this->redis->del($key);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user