Skip to content
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

The local store implementation is causing a double serialization #75

Open
casperisfine opened this issue Jun 2, 2023 · 1 comment
Open

Comments

@casperisfine
Copy link
Contributor

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

Capture d’écran 2023-06-02 à 17 16 55

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

@etiennebarrie
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants