We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f09e0 commit 6c821e6Copy full SHA for 6c821e6
packages/kv-store/src/Redis/Config/RedisConfig.php
@@ -38,7 +38,7 @@ public function __construct(
38
/**
39
* Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets.
40
*/
41
- public ?int $unixSocketPath = null,
+ public ?string $unixSocketPath = null,
42
43
44
* Specifies the protocol used to communicate with the Redis instance. This is specific to predis.
0 commit comments