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