haredis icon indicating copy to clipboard operation
haredis copied to clipboard

High-availability redis in Node.js.

Results 14 haredis issues
Sort by recently updated
recently updated
newest added

When using "redis", i can do auth() properly, when i use "haredis", i always get this error `(haredis#1) warning: Error: NOAUTH Authentication required` any example on how to do auth?

Does haredis have anything driven by Redis events such as redis.on or redis.change?

Hi, We have an haredis cluster. I shut down one server to resize it. It comes back up with a different IP address. I fix DNS. the haredis client shows...

Should be a quick fix. Will whip up a PR when I'm on my laptop.

Hi, I didn't find an explicit reference in documentation on the topic so decided to post you an issue. It looks like haredis doesn't support psubscribe / on("pmessage") mechanism. Here...

I ran into a few issues using the older version of redis that haredis was previously using. As well as a lot of errors from the HAMulti class due to...

Initiative started in #9 by @shamil, but after copying over test.js from node_redis, there were [failures](https://gist.github.com/carlos8f/5544218), so I started a new branch for it (https://github.com/carlos8f/haredis/tree/node_redis_0.8) and reverted master. I also...