Re: php multi server set doesn't work

2011-10-06 Thread saad
Okey, So, if I understand correctly, it doesn't write on both servers at the same time but it only allows to have a larger storage capacity, right? On 6 oct, 11:46, Henrik Schröder wrote: > It's not on the second server. I suggest you read this: > > http://code.google.com/p/memcached/wiki/NewOve

Re: php multi server set doesn't work

2011-10-06 Thread Henrik Schröder
It's not on the second server. I suggest you read this: http://code.google.com/p/memcached/wiki/NewOverview /Henrik On Wed, Oct 5, 2011 at 18:38, saad wrote: > hello, > > I try to set two memcache server a key. When I get this key from the > first server it work but when I try to get this sam

php multi server set doesn't work

2011-10-05 Thread saad
hello, I try to set two memcache server a key. When I get this key from the first server it work but when I try to get this same key on the second one, it return false. Any idea ? My code is : addServer('myserver1', 11211); $memcache->addServer('myserver2', 11211); $memcache->set('var', 'myvalue'