# File lib/em-redis/redis_protocol.rb, line 174 def select(db, &blk) @db = db.to_i call_command(['select', @db], &blk) end