Ben bir kümede tokyo kabine çalışan 2 sunucu (2 sabit sürücüler bu yüzden Tokyo Bakanlar 4 örnekleri) var. o tokyo kabine sadece bir örneği bu olsa iletişim kurmak için php memcache protokolünü kullanmak için oldukça yalındır bulunuyor. Benim soru küme ise nasıl php bağlanmak yapmak nedir?
Option 1: $memcache->connect('memcache_host', 11211); Using this option you can only connect to on instance of tokyo cabinet.
Option 2: $memcache = new Memcache; $memcache->addServer('memcache_host', 11211); $memcache->addServer('memcache_host2', 11211); Using this, you can connect to multiple, but are the data stored correctly in the cluster?
Teşekkür ederiz!