Skip to content

Commit 57bd744

Browse files
authored
Add additional phpredis configs (#10122)
Mention the newly added phpredis config options that users are able to specify (see: laravel/framework#54191)
1 parent 326322f commit 57bd744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ By default, Laravel will use the PhpRedis extension to communicate with Redis. T
176176
// ...
177177
],
178178

179-
In addition to the default configuration options, PhpRedis supports the following additional connection parameters: `name`, `persistent`, `persistent_id`, `prefix`, `read_timeout`, `retry_interval`, `timeout`, and `context`. You may add any of these options to your Redis server configuration in the `config/database.php` configuration file:
179+
In addition to the default configuration options, PhpRedis supports the following additional connection parameters: `name`, `persistent`, `persistent_id`, `prefix`, `read_timeout`, `retry_interval`, `max_retries`, `backoff_algorithm`, `backoff_base`, `backoff_cap`, `timeout`, and `context`. You may add any of these options to your Redis server configuration in the `config/database.php` configuration file:
180180

181181
'default' => [
182182
'url' => env('REDIS_URL'),

0 commit comments

Comments
 (0)