-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use late static binding for RedisExtension::fixClientConfig() #63
base: master
Are you sure you want to change the base?
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