# File lib/redis.rb, line 365
  def del(*keys)
    synchronize do |client|
      client.call [:del, *keys]
    end
  end