carlos8f / haredis

High-availability redis in Node.js.
https://npmjs.org/package/haredis
154 stars 21 forks source link

auth #31

Open kelchy opened 8 years ago

kelchy commented 8 years ago

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?