This commit is contained in:
2021-08-17 19:16:07 +08:00
parent 801b19154c
commit c8da2da9e7
+1 -1
View File
@@ -140,7 +140,7 @@ SCRIPT;
$config = $this->get_config();
$client = $connections->get($config, true);
if (!($client instanceof \Redis)) {
if (!($client instanceof Base\Redis)) {
throw new Exception('Redis connections more.');
}
return $client;