# File lib/redis.rb, line 74 def auth(password) synchronize do @client.call [:auth, password] end end