Created
September 23, 2021 09:30
-
-
Save mklooss/0498f96573337231ca3cc116ed624bd9 to your computer and use it in GitHub Desktop.
twemproxy - https://github.com/twitter/twemproxy - Magento2 Shopware5 Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sessions: | |
listen: 127.0.0.1:6386 | |
hash: fnv1a_64 | |
distribution: modula | |
auto_eject_hosts: true | |
redis: true | |
redis_db: 6 | |
server_retry_timeout: 2000 | |
server_failure_limit: 1 | |
servers: | |
- 10.30.1.137:6379:1 | |
- 10.30.0.2:6379:1 | |
- 10.30.0.3:6379:1 | |
- 10.30.0.4:6379:1 | |
cachemodel: | |
listen: 127.0.0.1:6381 | |
hash: fnv1a_64 | |
distribution: modula | |
auto_eject_hosts: true | |
redis: true | |
redis_db: 1 | |
server_retry_timeout: 2000 | |
server_failure_limit: 1 | |
servers: | |
- 10.30.1.137:6379:1 | |
- 10.30.0.2:6379:1 | |
- 10.30.0.3:6379:1 | |
- 10.30.0.4:6379:1 | |
cachebackend: | |
listen: 127.0.0.1:6382 | |
hash: fnv1a_64 | |
distribution: modula | |
auto_eject_hosts: true | |
redis: true | |
redis_db: 2 | |
server_retry_timeout: 2000 | |
server_failure_limit: 1 | |
servers: | |
- 10.30.1.137:6379:1 | |
- 10.30.0.2:6379:1 | |
- 10.30.0.3:6379:1 | |
- 10.30.0.4:6379:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment