We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7428ed commit 7d34b9fCopy full SHA for 7d34b9f
1 file changed
RedisExtension.php
@@ -18,7 +18,7 @@ private function buildPhpRedisContext()
18
19
$config = [
20
'host' => getenv('REDIS_HOST'),
21
- 'port' => getenv('REDIS_PORT'),
+ 'port' => (int) getenv('REDIS_PORT'),
22
'vendor' => 'phpredis',
23
'lazy' => false,
24
];
0 commit comments