Added memcache.conf option

Change-Id: Idfcb97421a5c1476b776acef94c7b997dab55aa9
This commit is contained in:
gholt
2012-01-06 21:27:44 +00:00
parent 76afb46d91
commit 338be6a681
4 changed files with 111 additions and 5 deletions

5
etc/memcache.conf-sample Normal file
View File

@@ -0,0 +1,5 @@
[memcache]
# You can use this single conf file instead of having memcache_servers set in
# several other conf files under [filter:cache] for example. You can specify
# multiple servers separated with commas, as in: 10.1.2.3:11211,10.1.2.4:11211
# memcache_servers = 127.0.0.1:11211