summaryrefslogtreecommitdiffstats
path: root/rules/memcached.in
blob: 164e1e11ac74d464a0e8d9bd42243b2668df503a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=networking

config MEMCACHED
	tristate
	prompt "memcached"
	select LIBC_PTHREAD
	select LIBEVENT
	help
	  Memcached is an in-memory key-value store for small chunks of
	  arbitrary data (strings, objects) from results of database calls,
	  API calls, or page rendering.