# File lib/redis/client.rb, line 22 def connect establish_connection call [:auth, @password] if @password call [:select, @db] if @db != 0 self end