改名
This commit is contained in:
@@ -143,8 +143,8 @@ SCRIPT;
|
|||||||
if (!($client instanceof \Redis)) {
|
if (!($client instanceof \Redis)) {
|
||||||
throw new Exception('Redis connections more.');
|
throw new Exception('Redis connections more.');
|
||||||
}
|
}
|
||||||
$client->select($client['databases']);
|
$client->select($config['databases']);
|
||||||
$client->_prefix($client['prefix']);
|
$client->_prefix($config['prefix']);
|
||||||
return $client;
|
return $client;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user