# File lib/redis.rb, line 730
  def mget(*keys, &blk)
    synchronize do |client|
      client.call [:mget, *keys], &blk
    end
  end