memcache redundancy changes key flag
- by kobra
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