aboutsummaryrefslogtreecommitdiff
path: root/net/memcached/files/memcached.config
blob: 4071116b73a3661172e6963e77db503660092c8a (plain)
1
2
3
4
5
6
config memcached
	option user 'nobody'
	option maxconn '1024'
	option listen '0.0.0.0'
	option port '11211'
	option memory '64'