nestjs-redis icon indicating copy to clipboard operation
nestjs-redis copied to clipboard

ClusterAllFailedError: Failed to refresh slots cache.

Open khangvu07031996 opened this issue 3 years ago • 1 comments

Thank for your contribute, so i have a issue when implement. when i use cluster module, if one node timeout connect, i can not get data from another nodes and get error.

khangvu07031996 avatar Feb 15 '22 07:02 khangvu07031996

Your problem may be relevant to these cases:

  1. your redis server cluster config, please read through the documentation(hash-slot and master-replica): https://redis.io/docs/manual/scaling/#redis-cluster-master-replica-model
  2. your ioredis cluster config: https://github.com/luin/ioredis#cluster

liaoliaots avatar Feb 16 '22 17:02 liaoliaots