# File lib/redis.rb, line 754
  def hmget(key, *fields)
    synchronize do
      @client.call [:hmget, key, *fields]
    end
  end