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