skip to Main Content

Redis command times increase over time on same load

On redis I have around 1.2M json documents, 1st namespace: com.test.api.redis.model.document.PRedis:* around 700K json keys 2nd nemespace: com.test.api.redis.model.document.SRedis:* around 550K json keys every 1 hour for each namespace a job is run that will update all json keys, create new…

VIEW QUESTION

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