-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[#16705] - refactor: remove has() check in doGet(). #16709
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
Conversation
@noone-silent Can you rebase please. The changelog entry needs to go to 5.9.1 This looks good. |
# Conflicts: # CHANGELOG-5.0.md
done |
Thank you @noone-silent |
I've created a bug report in relation to this one, but this is causing issues with adapters that do not do existence checks within themselves or return false naturally. One issue here is the cached value is actually a PHP @niden I think this may need to be reverted unless a quick fix can be implemented. |
Hello!
has
Call inget
Method Slowing Down Redis #16705In raising this pull request, I confirm the following:
Small description of change: Remove the
has()
check indoGet()
Thanks