Closed genesiscz closed 1 year ago
THAT WAS FAST 👍 Thank you 💯
https://github.com/swayok/alternative-laravel-cache/commit/9052a1fe6fac43683d105cb03b26c4ec11e6ace8
@genesiscz Fixed in 6.1.13. Test it for you situation to be sure it works correctly.
Yes, it does 🥇
@swayok great work btw, I hated Laravel tags and love yours ! THANK YOU
This line tries to setLogger but what it does is also trying to connect to the redis instance.
That is problematic for obvious reasons (phpstan that runs native while project being in Docker trying to connect every time I make a change in the code), but also unnecessary connects when it doesn't need to.
I moved the setLogger call into getWrappedConnection() and it is working flawlesly now.