Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ The following configuration should be present in the config array of your **conf
'Queue' => [
'default' => [
// A DSN for your configured backend. default: null
'url' => 'redis:',
// Can contain protocol/port/username/password or be null if the backend defaults to localhost
'url' => 'redis://myusername:mypassword@example.com:1000',

// The queue that will be used for sending messages. default: default
// This can be overriden when queuing or processing messages
// This can be overridden when queuing or processing messages
'queue' => 'default',

// The name of a configured logger, default: null
Expand Down