Skip to content

Instantly share code, notes, and snippets.

View debugmaster's full-sized avatar
🐛
Hunting bugs

Camilo debugmaster

🐛
Hunting bugs
View GitHub Profile
version: "3.1"
services:
redis-master-1:
image: redis:5
ports:
- "7000:7000"
networks:
redisnet:
ipv4_address: 10.0.0.2
command: sh -c "redis-server --port 7000 --cluster-enabled yes --cluster-require-full-coverage no --cluster-config-file nodes.conf --notify-keyspace-events Kx --cluster-node-timeout 15000"