問題タブ [ioredis]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - ioredis Unhandled error event: エラー: connect ETIMEDOUT
node js ioredis パッケージを使用してスタンドアロン redis サーバーに接続しているときに、以下のエラーに遭遇した人はいますか?
以下は、エラー スタック トレースです。
これは、ノード js でスタンドアロンの Redis オブジェクトのみをインスタンス化するために発生しています。以下は私が使用しているコードです、
どんな解決策も高く評価されます。
node.js - node_redis (npm redis モジュール) は redis クラスター モードをサポートしていますか、それとも ioredis を使用する必要がありますか?
node js で node_redis (npm redis モジュール) を使用して AWS Elasticache に接続しています。現在、クラスター モードの使用を計画しており、node_redis の使用時に障害が発生しています。MOVE コマンドを処理していません。
node_redis がクラスター モードで動作するために何か特別なことをする必要がありますか? それともサポートされていないので、ioredis を使用する必要がありますか?