-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Closed
Labels
Description
- Laravel Version: 5.8.x
- PHP Version: 7.2
Description:
https://github.com/laravel/laravel/blob/da83285/config/database.php#L126 this config/database.php Redis prefix line, is a hard-code un-customizable prefix (not in .env at least), to set a for all Redis connections.
But the heavy serious question is, it will add prefix named laravel_database_
before your channel name when you trigger an web socket event from laravel application, into laravel_database_private.channel.xxx
.
Reference