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