-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix memcache support when value is returned as string always #2924
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2924 +/- ##
=======================================
Coverage 27.26% 27.26%
=======================================
Files 89 89
Lines 17640 17640
=======================================
Hits 4809 4809
Misses 12144 12144
Partials 687 687 Continue to review full report at Codecov.
|
LGTM |
LGTM, but how were strings added to the cache in the first place? |
@ethantkoenig when saved in memcached it saves value in it as string |
Make LG-TM work |
Fixes #2920