Skip to content

Instantly share code, notes, and snippets.

@mklooss
Created September 23, 2021 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mklooss/0498f96573337231ca3cc116ed624bd9 to your computer and use it in GitHub Desktop.
Save mklooss/0498f96573337231ca3cc116ed624bd9 to your computer and use it in GitHub Desktop.
twemproxy - https://github.com/twitter/twemproxy - Magento2 Shopware5 Config
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