twitter-archive / kestrel

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

Kestrel is neither storing nor giving back the flags property value. #135

Open dsonti opened 10 years ago

dsonti commented 10 years ago

Hi Team,

    I have been using the spy memcached implementation to communicate with the kestrel queue. In the documentation i noticed get and set methods accepts the flags ( an integer value - data specific information) stores along with the payload. I noticed this information (flag data) is not being stored and hence is not being returned a proper value back. Is it something I misinterpreted? Or is the behavior of Kestrel.

Kestrel version : 2.4.2-SNAPSHOT ( extracted from the stats.json) Spy Memcached version: 2.9.1 OS : RedHat Linux 6.3

Please help me out. Dharma S