This commit is contained in:
2021-02-20 13:35:17 +08:00
parent b140054ce9
commit 9ce45e39e8
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Redis extends Component
$length = env('REDIS.POOL_LENGTH', 100);
$connections->initConnections('redis:' . $name, true, $length);
$connections->initConnections('redis', 'redis:' . $name, true, $length);
}