memcache redundancy changes key flag

Posted by kobra on Stack Overflow See other posts from Stack Overflow or by kobra
Published on 2010-06-16T01:55:08Z Indexed on 2010/06/16 2:02 UTC
Read the original article Hit count: 343

Filed under:
|

Hi all,

I am using memcache in my php application. I am trying to implement redundancy by setting memcache.redundancy = 3 in memcache.ini.

When i initially set a key the value of flag is 0 (using telnet). But when I replace the value of the key the flag changes to 768.

Do you have any idea why is this happening and how to keep the key flag 0.

I am using memcache-3.0.4 on ubuntu and php 5.2.4.

Thanks

© Stack Overflow or respective owner

Related posts about php5

Related posts about memcache