use late static binding for RedisExtension::fixClientConfig()#63
use late static binding for RedisExtension::fixClientConfig()#63mkoubik wants to merge 1 commit intoKdyby:masterfrom
Conversation
…u can actually override it
|
👎 It seems hacky. Why do you need to override it? Maybe we can find a better solution for your use-case. |
|
I've overriden |
|
In that case maybe it would be enough to change fixClientConfig to ignore Statement values? |
|
Unfortunately not, because I cannot pass instance of |
|
Well you'll still need to implement loadNativeSessionHandler on your own. But why do you need to override fixClientConfig as well? What would your implementation of fixClientConfig look like? |
|
Because of |
|
Would this work for you? enumag@fe6b9ac |
|
Yes, it would be great. |
...so you can actually override it