skip to Main Content

go-redis always get dial tcp i/o timeout

I have built a redis cluster with 6 nodes with port from 7000-7005 by using docker with each redis using redis.conf like this: bind 0.0.0.0 cluster-enabled yes cluster-config-file nodes.conf cluster-node-timeout 5000 protected-mode no In file `docker-compose.yaml': version: "3.9" services: redis-node-1:…

VIEW QUESTION
Back To Top
Search