Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | |
Ales Komarek | 37cf5fc | 2018-01-30 22:11:02 +0100 | [diff] [blame^] | 2 | ================= |
| 3 | Memcached Formula |
| 4 | ================= |
Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 5 | |
Ales Komarek | 37cf5fc | 2018-01-30 22:11:02 +0100 | [diff] [blame^] | 6 | Memcached 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 |
| 8 | rendering. |
Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 9 | |
| 10 | |
Ales Komarek | 37cf5fc | 2018-01-30 22:11:02 +0100 | [diff] [blame^] | 11 | Sample Metadata |
Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 12 | =============== |
| 13 | |
Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 14 | .. code-block:: yaml |
| 15 | |
| 16 | memcached: |
| 17 | server: |
| 18 | enabled: true |
| 19 | cache_size: 64 |
| 20 | bind: |
| 21 | address: 0.0.0.0 |
| 22 | port: 11211 |
| 23 | protocol: tcp |
| 24 | |
Ales Komarek | 37cf5fc | 2018-01-30 22:11:02 +0100 | [diff] [blame^] | 25 | |
| 26 | References |
| 27 | ========== |
Filip Pytloun | e21bc77 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 28 | |
| 29 | * http://memcached.org/ |
Filip Pytloun | 52999ac | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 30 | |
Ales Komarek | 37cf5fc | 2018-01-30 22:11:02 +0100 | [diff] [blame^] | 31 | |
Filip Pytloun | 52999ac | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 32 | Documentation and Bugs |
| 33 | ====================== |
| 34 | |
| 35 | To learn how to install and update salt-formulas, consult the documentation |
| 36 | available online at: |
| 37 | |
| 38 | http://salt-formulas.readthedocs.io/ |
| 39 | |
| 40 | In the unfortunate event that bugs are discovered, they should be reported to |
| 41 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 42 | formula: |
| 43 | |
| 44 | https://github.com/salt-formulas/salt-formula-memcached/issues |
| 45 | |
| 46 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 47 | use Launchpad salt-formulas project: |
| 48 | |
| 49 | https://launchpad.net/salt-formulas |
| 50 | |
| 51 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 52 | |
| 53 | https://launchpad.net/~salt-formulas-users |
| 54 | |
| 55 | Developers wishing to work on the salt-formulas projects should always base |
| 56 | their work on master branch and submit pull request against specific formula. |
| 57 | |
| 58 | https://github.com/salt-formulas/salt-formula-memcached |
| 59 | |
| 60 | Any questions or feedback is always welcome so feel free to join our IRC |
| 61 | channel: |
| 62 | |
| 63 | #salt-formulas @ irc.freenode.net |