|
|
@@ -139,7 +139,7 @@ class Redis
|
|
|
*/
|
|
|
public static function __callStatic($name, $arguments)
|
|
|
{
|
|
|
- if (method_exists($instance->redis, $name)) {
|
|
|
+ if (method_exists(self::$instance->redis, $name)) {
|
|
|
return self::instance()->redis->{$name}(...$arguments);
|
|
|
}
|
|
|
}
|