Add README files for various applications: Decidim, Discourse, Example Admin, Example App, Ghost, Immich, Keila, Lemmy, Listmonk, Loomio, Matrix, Memcached, MySQL, Open WebUI, OpenProject, PostgreSQL, Redis, and vLLM
This commit is contained in:
19
memcached/README.md
Normal file
19
memcached/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Memcached
|
||||
|
||||
Memcached is an in-memory key-value store for small chunks of arbitrary data, commonly used as a cache layer to speed up applications.
|
||||
|
||||
## Dependencies
|
||||
|
||||
None. Memcached is a standalone infrastructure service.
|
||||
|
||||
## Configuration
|
||||
|
||||
Key settings configured through your instance's `config.yaml`:
|
||||
|
||||
- **memoryLimit** - Maximum memory usage (default: `64m`)
|
||||
- **maxConnections** - Maximum concurrent connections (default: `1024`)
|
||||
- **replicas** - Number of instances (default: `1`)
|
||||
|
||||
## Usage
|
||||
|
||||
Other apps that depend on Memcached (such as OpenProject) will connect to it automatically at `memcached.memcached.svc.cluster.local:11211`.
|
||||
Reference in New Issue
Block a user