7
現在、redisにアクセスするためにnode_redisクライアントを使用しています。私は私の場合3ノーですredisの奴隷の前でHAProxyを使用する必要があります。私はHAProxyをインストールして、redisスレーブの負荷分散を設定しました。しかし、私は接続を作成することができませんでしたHAProxyにnode_redisクライアントからの接続を作成しようとredisスレーブのHAproxy
...ほとんどのエラー
Error: Redis reply parser error: Error: Protocol error, got "H" as reply type byte
at HiredisReplyParser.execute (/home/user1/doosra/node-exp/node_modules/redis/lib/parser/hiredis.js:32:31)
at RedisClient.on_data (/home/user1/doosra/node-exp/node_modules/redis/index.js:440:27)
at Socket.<anonymous> (/home/user1/doosra/node-exp/node_modules/redis/index.js:70:14)
at Socket.emit (events.js:67:17)
at TCP.onread (net.js:347:14)
この正確な質問に関するメーリングリストへのリンク - https://groups.google.com/d/msg/redis-db/2yELzDSz1y4/hIeFhh7-WIUJ –