# File lib/em-redis/redis_protocol.rb, line 179 def auth(password, &blk) @password = password call_command(['auth', password], &blk) end