# File lib/redis.rb, line 184
  def mget(*keys)
    synchronize do
      @client.call [:mget, *keys]
    end
  end