# File lib/redis.rb, line 542
  def type(key)
    synchronize do |client|
      client.call([:type, key])
    end
  end