79746824

Date: 2025-08-26 12:21:54
Score: 2
Natty:
Report link

The answer (as always) turned out to be very simple. The Redis instance was initially created with the default 'OSSClustered' clustering policy. Changing that to 'EnterpriseCluster' fixed the issue. We now have one endpoint (at port 10000) and every request is directed to the correct cluster node automatically.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Raymond Brink