Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Recognize flag byte in memcache set #5

Open
Suhail opened this issue Nov 2, 2009 · 3 comments
Open

Recognize flag byte in memcache set #5

Suhail opened this issue Nov 2, 2009 · 3 comments

Comments

@Suhail
Copy link

Suhail commented Nov 2, 2009

The memcache protocol allows you set a flag byte during a set, kestrel ignores this and defaults it to 0.

Many languages uses a flag to denote the data is serialized so that the client can then deserialize it.

@matterkkila
Copy link
Contributor

Any thought on supporting this in future version?

@robey
Copy link
Contributor

robey commented Apr 10, 2012

i think it would be difficult to support, but i'll leave this bug open in case others want to vote on it.

@Mistobaan
Copy link

I just stumbled upon this error when I tried to use EnymMemcache + Protobuffers. I solved by forcing the client to always deserialize using ProtoBuf

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

No branches or pull requests

4 participants