Anahtar PHP kullanarak memcache kümede olup olmadığını kontrol edin

0 Cevap php

Ben bir PHP uygulamasının önbelleğe tabakası ayıklama ediyorum. Bu önbellek değerlere memcache sunucuları kümesi kullanır. Belirli bir nesne doğru temizlenmiş olur doğrulamak istiyorum.

My idea was to connect to the right memcache server with telnet and check manually if the key exists. I know the key that is passed to Memcache::set, but not which server to connect to. How do I know on which memcache server the data gets stored?

0 Cevap