How do I use the REDIS_USERNAME
configuration key?
#4470
-
Setting
It says Also why is there so little documentation for most of the configuration? The documentation page covers so little of the configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
REDIS_USERNAME
was added when we updated to Laravel 9, which is not included in the current stable release (v1.10.4
). If you look at thedatabase.php
locally on your server (or the one from the release) you will see that option is not there. You can try adding that line to yourdatabase.php
, but I'm not sure if the versions of the packages shipped in that release support it.