blob: f1c72c088bb962cb86d08e9003d1698a787725ab [file] [log] [blame]
Filip Pytloune21bc772015-10-06 16:28:32 +02001
OlgaGusarenkoebacbc22018-07-30 23:35:53 +03002======
3Usage
4======
Filip Pytloune21bc772015-10-06 16:28:32 +02005
Ales Komarek37cf5fc2018-01-30 22:11:02 +01006Memcached is an in-memory key-value store for small chunks of arbitrary data
7(strings, objects) from results of database calls, API calls, or page
8rendering.
Filip Pytloune21bc772015-10-06 16:28:32 +02009
Ales Komarek37cf5fc2018-01-30 22:11:02 +010010Sample Metadata
Filip Pytloune21bc772015-10-06 16:28:32 +020011===============
12
Filip Pytloune21bc772015-10-06 16:28:32 +020013.. code-block:: yaml
14
15 memcached:
16 server:
17 enabled: true
18 cache_size: 64
Pascal Liehne5cb231b2018-03-12 22:16:44 +010019 slabsize: 1m
Filip Pytloune21bc772015-10-06 16:28:32 +020020 bind:
21 address: 0.0.0.0
22 port: 11211
23 protocol: tcp
24
Ales Komarek37cf5fc2018-01-30 22:11:02 +010025
26References
27==========
Filip Pytloune21bc772015-10-06 16:28:32 +020028
29* http://memcached.org/
Filip Pytloun52999ac2017-02-02 13:02:03 +010030
Ales Komarek37cf5fc2018-01-30 22:11:02 +010031
Filip Pytloun52999ac2017-02-02 13:02:03 +010032Documentation and Bugs
33======================
34
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030035* http://salt-formulas.readthedocs.io/
36 Learn how to install and update salt-formulas
Filip Pytloun52999ac2017-02-02 13:02:03 +010037
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030038* https://github.com/salt-formulas/salt-formula-memcached/issues
39 In the unfortunate event that bugs are discovered, report the issue to the
40 appropriate issue tracker. Use the Github issue tracker for a specific salt
41 formula
Filip Pytloun52999ac2017-02-02 13:02:03 +010042
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030043* https://launchpad.net/salt-formulas
44 For feature requests, bug reports, or blueprints affecting the entire
45 ecosystem, use the Launchpad salt-formulas project
Filip Pytloun52999ac2017-02-02 13:02:03 +010046
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030047* https://launchpad.net/~salt-formulas-users
48 Join the salt-formulas-users team and subscribe to mailing list if required
Filip Pytloun52999ac2017-02-02 13:02:03 +010049
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030050* https://github.com/salt-formulas/salt-formula-memcached
51 Develop the salt-formulas projects in the master branch and then submit pull
52 requests against a specific formula
Filip Pytloun52999ac2017-02-02 13:02:03 +010053
OlgaGusarenkoebacbc22018-07-30 23:35:53 +030054* #salt-formulas @ irc.freenode.net
55 Use this IRC channel in case of any questions or feedback which is always
56 welcome