This commit is contained in:
2021-06-04 18:16:06 +08:00
parent da703055b3
commit 2cea45051b
-2
View File
@@ -143,8 +143,6 @@ SCRIPT;
if (!($client instanceof \Redis)) {
throw new Exception('Redis connections more.');
}
$client->select($config['databases']);
$client->_prefix($config['prefix']);
return $client;
}