blob: 8dab320cc12b24880f3d83d2f254686375c6bdaf [file] [log] [blame]
Filip Pytloune21bc772015-10-06 16:28:32 +02001======================
2Memcached cache server
3======================
4
5Install and configure Memcached server
6
7Available states
8================
9
10.. contents::
11 :local:
12
13``memcached.server``
14--------------------
15
16Setup Memcached server
17
18Available metadata
19==================
20
21.. contents::
22 :local:
23
24``metadata.memcached.server.single``
25------------------------------------
26
27Single memcached server
28
29``metadata.memcached.server.local``
30-----------------------------------
31
32Memcached server listening on localhost only
33
34Configuration parameters
35========================
36
37
38Example reclass
39===============
40
41Single node memcached service, default parameters but modified cache size.
42
43.. code-block:: yaml
44
45 classes:
46 - service.memcached.server.single
47
48 parameters:
49 memcached:
50 server:
51 cache_size: 64
52
53Sample pillar
54=============
55
56.. code-block:: yaml
57
58 memcached:
59 server:
60 enabled: true
61 cache_size: 64
62 bind:
63 address: 0.0.0.0
64 port: 11211
65 protocol: tcp
66
67Read more
68=========
69
70* http://memcached.org/
Filip Pytloun52999ac2017-02-02 13:02:03 +010071
72Documentation and Bugs
73======================
74
75To learn how to install and update salt-formulas, consult the documentation
76available online at:
77
78 http://salt-formulas.readthedocs.io/
79
80In the unfortunate event that bugs are discovered, they should be reported to
81the appropriate issue tracker. Use Github issue tracker for specific salt
82formula:
83
84 https://github.com/salt-formulas/salt-formula-memcached/issues
85
86For feature requests, bug reports or blueprints affecting entire ecosystem,
87use Launchpad salt-formulas project:
88
89 https://launchpad.net/salt-formulas
90
91You can also join salt-formulas-users team and subscribe to mailing list:
92
93 https://launchpad.net/~salt-formulas-users
94
95Developers wishing to work on the salt-formulas projects should always base
96their work on master branch and submit pull request against specific formula.
97
98 https://github.com/salt-formulas/salt-formula-memcached
99
100Any questions or feedback is always welcome so feel free to join our IRC
101channel:
102
103 #salt-formulas @ irc.freenode.net