Singleton connection will be resident in memory, it is recommended to turn on persistent connection for better performance.
So I want to configure "PDO::ATTR_PERSISTENT => true" of "mysql options" and redis is the same.Currently the above configuration cannot be achieved without changing the loading logic.
I hope to get reply and support as soon as possible, thank you!
Description:
Singleton connection will be resident in memory, it is recommended to turn on persistent connection for better performance. So I want to configure "PDO::ATTR_PERSISTENT => true" of "mysql options" and redis is the same.Currently the above configuration cannot be achieved without changing the loading logic.
I hope to get reply and support as soon as possible, thank you!
Steps To Reproduce: