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