Closed dobe closed 14 years ago
It does:
upstream backend {
server 127.0.0.1:11984;
server 127.0.0.1:11985;
}
server {
location /stats {
set $memc_cmd stats;
memc_pass backend;
}
}
maybe I should make it clear in the document :P Or are you experiencing problems with such configurations?
thanks for the information... i was just confused from the documentation (which is actually the same as for the memcached module)::
memc_pass
syntax: _memcpass
regards, bernd
Oh, my bad...forgot to update that part...thanks for the catch :)
would be nice to have memc work with upstream definitions like the original memcache module does, this would enable multiple memcached hosts with the preferred hashing alogrithm