1

node-redis クライアントが redis サーバーへの最初の接続に時間がかかることがあります。

.on('error')、.on('end')、.on('connect')、および .on('ready') イベントをここに記録します。

Redis:  storage#0 <localhost:6381> end
Redis: error storage#0 <localhost:6381> [Error: Redis connection to localhost:6381 failed - getaddrinfo ENOTFOUND]
/*... much of same errors, sometimes up to 5minutes ...*/
Redis: error storage#0 <localhost:6381> [Error: Redis connection to localhost:6381 failed - getaddrinfo ENOTFOUND]
Redis:  storage#0 <localhost:6381> connect
Redis:  storage#0 <localhost:6381> ready

それが起こったとき、私は通常、redis-cli を使用して redis-server に接続できました。

この理由について何か考えがありますか?

4

1 に答える 1