A note on Magento and multiple nodes using Memcached

If you have multiple nodes using a shared memcached server, make sure you define a shared prefix for the keys to use.

In local.xml:

        <cache>
...
            <prefix>a1i</prefix>
            <id_prefix>a1i</id_prefix>
            <memcached>
...