You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cluster created on Digital Ocean droplets. All droplets are on same private network .Redis is created with docker compose and are available only for private network .
I am seeing that you are using only two replica nodes as the rootNodes in your configuration. The client documentation recommends including at least 3 nodes in rootNodes configuration for proper cluster topology discovery.
As a first troubleshooting step, I suggest expanding your rootNodes configuration to include at least 3 nodes. I notice that both 10.108.0.6 and 10.108.0.8 are replica nodes - consider including one of your master nodes (10.108.0.10, 10.108.0.7, or 10.108.0.9 ) in the configuration as well.
If the MOVED errors persist after that change, we can investigate further.
Description
I have cluster created on Digital Ocean droplets. All droplets are on same private network .Redis is created with docker compose and are available only for private network .
docker-compose.yml
redis.conf
script.js
it show error
node:internal/modules/run_main:128
triggerUncaughtException(
^
[ErrorReply: MOVED 6918 10.108.0.7:6379]
cluster nodes
cluster info
It suppose to just redirect to another node insteed of generating error
Node.js Version
Node.js v20.18.1
Redis Server Version
7.0.15
Node Redis Version
[email protected]
Platform
Linux
Logs
The text was updated successfully, but these errors were encountered: