Add support for Unix domain sockets to Redis in setting defaults
- Add support for port = 0 in Redis driver
This commit is contained in:
parent
6478b5ba5f
commit
762bd7a847
2 changed files with 16 additions and 11 deletions
|
@ -543,11 +543,11 @@ return [
|
|||
'pushpoll_frequency' => 3,
|
||||
|
||||
// redis_host (String)
|
||||
// Host name of the redis daemon.
|
||||
// Host name or the path to the Unix domain socket of the Redis daemon.
|
||||
'redis_host' => '127.0.0.1',
|
||||
|
||||
// redis_port (String)
|
||||
// Port number of the redis daemon.
|
||||
// redis_port (Integer)
|
||||
// Port number of the Redis daemon, should be -1 for unix domain socket
|
||||
'redis_port' => 6379,
|
||||
|
||||
// redis_db (Integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue