mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
fix Undefined variable: value
This commit is contained in:
1
library/think/cache/driver/Redisd.php
vendored
1
library/think/cache/driver/Redisd.php
vendored
@@ -200,6 +200,7 @@ class Redisd
|
||||
{
|
||||
$this->master(false);
|
||||
|
||||
$value = null;
|
||||
try {
|
||||
$value = $this->handler->get($this->options['prefix'] . $name);
|
||||
} catch (\RedisException $e) {
|
||||
|
||||
Reference in New Issue
Block a user