Skip to content

Commit 642fc39

Browse files
authored
Update configuration.md
1 parent 45e1317 commit 642fc39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,13 @@ You can additionally add this do your docker compose with the following setting:
411411
- 11211:11211
412412
```
413413

414+
### Multi-server memcached
415+
You can run Memcached on multiple servers as well, but may run into key inconsistency. This should however not affect how things run in Shuffle, as we verify and fix request data. To do this, simply add multiple memcached instances to the environment variable, comma separated.
416+
417+
Example:
418+
```
419+
- SHUFFLE_MEMCACHED=10.0.0.1:11211,10.0.0.2:11211,10.0.0.3:11211
420+
```
414421

415422
If you need help with this, [please contact us](mailto:[email protected]).
416423

0 commit comments

Comments
 (0)