File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1002,6 +1002,12 @@ when `SESSION_DRIVER` equals `redis-sentinel`. It defaults to the package's
1002
1002
internal, auto-configured * session* connection when unset unless the
1003
1003
application configuration already contains a value for ` session.connection ` .
1004
1004
1005
+ ### ` REDIS_SENTINEL_AUTO_BOOT `
1006
+
1007
+ When set to ` true ` , this flag instructs the package to boot the package after
1008
+ it registers its services without waiting for the application boot phase. This
1009
+ provides a way for applications that use Sentinel connections in other service
1010
+ providers to initialize the package immediately.
1005
1011
1006
1012
Appendix: Configuration Examples
1007
1013
--------------------------------
Original file line number Diff line number Diff line change 64
64
| values to the cache file. If the application uses this configuration
65
65
| key for other purposes, set the value of "clean_config" to FALSE.
66
66
|
67
+ | The "auto_boot" directive instructs the package to immediately boot its
68
+ | services after the registration phase. This allows applications to use
69
+ | Sentinel-backed services in service providers during the registration
70
+ | phase for compatibility with other packages that may use cache, session
71
+ | queue, and broadcasting features before the application boot phase.
72
+ |
67
73
*/
68
74
69
75
'load_config ' => true ,
You can’t perform that action at this time.
0 commit comments