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
When fetching a value from Memcached we deserialize it with the actual coder, but then it is put into the local cache and there it's serialized again but with Marshal to make a copy
This is wasteful, we should be able to store the payload we got from Memcached directly.
When fetching a value from Memcached we deserialize it with the actual coder, but then it is put into the local cache and there it's serialized again but with Marshal to make a copy
This is wasteful, we should be able to store the payload we got from Memcached directly.
Ref: rails/rails#48302
cc @felix-d @Shopify/rails
The text was updated successfully, but these errors were encountered: