bwlewis / rredis

R client for Redis
http://illposed.net/
93 stars 25 forks source link

Properly support password authentication #11

Closed muxspace closed 11 years ago

muxspace commented 11 years ago

Hi Bryan, It's Brian. I fixed the password authentication in redisConnect. It was issuing a PING before the AUTH request and so was failing if the redis server required authentication. We've verified that it works.

bwlewis commented 11 years ago

Thanks!