twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.77k stars 312 forks source link

Recognize flag byte in memcache set #5

Open Suhail opened 14 years ago

Suhail commented 14 years ago

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 commented 13 years ago

Any thought on supporting this in future version?

robey commented 12 years ago

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

Mistobaan commented 11 years ago

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