# File lib/redis.rb, line 2059
  def discard
    synchronize do |client|
      client.call [:discard]
    end
  end