File: proxyconfigmulti1.lua

package info (click to toggle)
memcached 1.6.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,192 kB
  • sloc: ansic: 61,138; perl: 12,616; sh: 4,569; makefile: 471; python: 402; xml: 59
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6

function mcp_config_pools()
    local b1 = mcp.backend('b1', '127.0.0.1', 12111)
    return mcp.pool({b1})
end