Memcached keys distribution

303 views Asked by At

I'm using xmemcached client. Is there a mechanism or best way to control from client side the distribution of the keys per server, i.e. I want to make sure all the keys following a certain custom pattern to be stored in server1, while the others in server 2.

A simple example: all my keys starting with 'a' should go into server 1 while the others into server 2.

0

There are 0 answers