You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve MemCacheStoreCAS patch to properly pass serialized entries to Dalli
Instead it was relying on the fact that dalli will Marshal those, but
it's much preferable to rely on the Active Support layer instead, given
Dalli 4 deprecate Marshal and Dalli 5 no longer does it by default.
0 commit comments